logserverice initialised, fixed typos
This commit is contained in:
parent
4bcd42d615
commit
eaed2ffb9d
3 changed files with 47 additions and 12 deletions
|
@ -1,5 +1,8 @@
|
|||
from CryptoBoxLogger import CryptoBoxLogger
|
||||
import subprocess
|
||||
try:
|
||||
import subprocess
|
||||
except:
|
||||
print "Couldn't import 'subprocess'. You need a python version >= 2.4"
|
||||
import os
|
||||
import re
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue