import via /usr/scripts
This commit is contained in:
parent
1734305716
commit
797cdd7c9b
4 changed files with 16 additions and 16 deletions
|
@ -23,7 +23,8 @@ import signal
|
|||
import inspect
|
||||
import tempfile
|
||||
import collections
|
||||
sys.path.append('/usr/scripts/')
|
||||
if '/usr/scripts' not in sys.path:
|
||||
sys.path.append('/usr/scripts')
|
||||
from pythondialog import Dialog
|
||||
from pythondialog import DialogError, DialogTerminatedBySignal
|
||||
from OpenSSL import crypto, SSL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue