Rename to Constants.py
[csit.git] / resources / libraries / python / TrafficScriptExecutor.py
index db5e434..7b5368f 100644 (file)
@@ -13,7 +13,7 @@
 
 """Traffic script executor library."""
 
-from resources.libraries.python.constants import Constants
+from resources.libraries.python.Constants import Constants
 from resources.libraries.python.ssh import SSH
 
 __all__ = ['TrafficScriptExecutor']