Merge "Remove checkno.png and checkyes.png due to license issue"
[yardstick.git] / tests / functional / test_cli_scenario.py
index 8779737..4741e82 100755 (executable)
@@ -8,6 +8,7 @@
 ##############################################################################
 
 
+from __future__ import absolute_import
 import unittest
 
 from tests.functional import utils
@@ -59,4 +60,3 @@ class ScenarioTestCase(unittest.TestCase):
         res = self.yardstick("scenario show Pktgen")
         pktgen = "Execute pktgen between two hosts" in res
         self.assertTrue(pktgen)
-