don't import default, it was just a test

git-svn-id: https://kippo.googlecode.com/svn/trunk@47 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster 2009-11-22 01:01:36 +00:00
parent d4ad2ec46c
commit d60f9232a5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if sys.platform == 'win32':
# and this is when running as a service
#os.chdir(os.path.dirname(inspect.getfile(inspect.currentframe())))
from twisted.internet import reactor, defer, default
from twisted.internet import reactor, defer
from twisted.application import internet, service
from twisted.cred import portal
from twisted.conch.ssh import factory, keys