mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
update python path
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user