From d60f9232a5e3315a6deff0e79f487d9318af4f53 Mon Sep 17 00:00:00 2001 From: desaster Date: Sun, 22 Nov 2009 01:01:36 +0000 Subject: [PATCH] don't import default, it was just a test git-svn-id: https://kippo.googlecode.com/svn/trunk@47 951d7100-d841-11de-b865-b3884708a8e2 --- kippo.tac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kippo.tac b/kippo.tac index e204ee7..bb7a87b 100644 --- a/kippo.tac +++ b/kippo.tac @@ -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