update python path

This commit is contained in:
Usman Nasir
2019-12-11 11:23:20 +05:00
parent 271de2d067
commit 118a042065

View File

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