Fix syntax error on python 2.7 for the feature test.

This commit is contained in:
Khushboo Vashi 2019-01-24 11:25:00 +05:30 committed by Akshay Joshi
parent f316e0533e
commit d4fe31404c

View File

@ -7,6 +7,7 @@
#
##########################################################################
from __future__ import print_function
from regression.python_test_utils import test_utils
from regression.feature_utils.base_feature_test import BaseFeatureTest
from selenium.webdriver import ActionChains