renamed class BGWorker to bgWorker

This commit is contained in:
miao.lin 2013-06-28 15:43:24 +08:00
parent e47d35769b
commit 0aa7efab34
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@
# The software version variable is now held in shared.py
#import ctypes
try:
from gevent import monkey
monkey.patch_all()
except ImportError as ex:
print "cannot find gevent"
import signal # Used to capture a Ctrl-C keypress so that Bitmessage can shutdown gracefully.
# The next 3 are used for the API
from SimpleXMLRPCServer import *