fall back imports again

This commit is contained in:
Usman Nasir
2019-12-12 13:51:35 +05:00
parent 2cd3e62c51
commit 958f00d1eb
4 changed files with 9 additions and 1829 deletions

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)