This commit is contained in:
Usman Nasir
2019-12-12 11:04:05 +05:00
parent f1f03c7e43
commit 2cd3e62c51
69 changed files with 1371 additions and 86 deletions

View File

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