logserverice initialised, fixed typos

This commit is contained in:
age 2006-08-20 08:16:45 +00:00
parent 4bcd42d615
commit eaed2ffb9d
3 changed files with 47 additions and 12 deletions

View file

@ -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