bug fix: encodings and imports

This commit is contained in:
Usman Nasir
2019-12-15 13:30:40 +05:00
parent 6feb799638
commit 23b55a5f97
34 changed files with 95 additions and 106 deletions

View File

@@ -6,7 +6,7 @@ try:
django.setup()
except:
pass
from . import CyberCPLogFileWriter as logging
from plogical import CyberCPLogFileWriter as logging
import subprocess
import shlex
try: