This commit is contained in:
n1nj4sec 2015-12-27 12:41:56 +01:00
parent bcf3e78ca2
commit 8a8510c856
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ from network import conf
from network.base_launcher import LauncherError from network.base_launcher import LauncherError
import logging import logging
import shlex import shlex
try:
import additional_imports #additional imports needed to package with pyinstaller
except ImportError:
pass
logging.getLogger().setLevel(logging.INFO) logging.getLogger().setLevel(logging.INFO)
LAUNCHER="simple" # the default launcher to start when no argv LAUNCHER="simple" # the default launcher to start when no argv