Fix syntax error on python 2.7 for the feature test.

pull/20/head
Khushboo Vashi 2019-01-24 11:25:00 +05:30 committed by Akshay Joshi
parent f316e0533e
commit d4fe31404c
1 changed files with 1 additions and 0 deletions

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