Fix syntax error on python 2.7 for the feature test.
parent
f316e0533e
commit
d4fe31404c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue