update python path

This commit is contained in:
Usman Nasir
2019-12-11 11:23:20 +05:00
parent dfd0f544ba
commit dfd5d7c8cd

View File

@@ -5,7 +5,7 @@ class FirewallUtilities:
@staticmethod
def doCommand(command):
from . import install as inst
import install as inst
try:
cmd = shlex.split(command)
res = subprocess.call(cmd)