projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59f452c
)
remove unused imports (thanks, pyflakes)
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 15 Oct 2007 15:32:21 +0000
(08:32 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 15 Oct 2007 15:32:21 +0000
(08:32 -0700)
src/allmydata/node.py
patch
|
blob
|
history
diff --git
a/src/allmydata/node.py
b/src/allmydata/node.py
index b01c5e0ed1b0a1025538ed4dfd1e8704843f969d..4e246ac5e7a5e921d5300a6c6dfc632bf07f4c00 100644
(file)
--- a/
src/allmydata/node.py
+++ b/
src/allmydata/node.py
@@
-3,11
+3,11
@@
import datetime, new, os.path, re
from base64 import b32decode, b32encode
import twisted
-from twisted.python import log
, logfile
+from twisted.python import log
from twisted.application import service
from twisted.internet import defer, reactor
from foolscap import Tub, eventual
-from allmydata.util import iputil, observer, humanreadable
, fileutil
+from allmydata.util import iputil, observer, humanreadable
from allmydata.util.assertutil import precondition
# Just to get their versions: