From: Zooko O'Whielacronx Date: Mon, 15 Oct 2007 15:32:21 +0000 (-0700) Subject: remove unused imports (thanks, pyflakes) X-Git-Tag: allmydata-tahoe-0.6.1~14 X-Git-Url: https://git.rkrishnan.org/vdrive/%3C?a=commitdiff_plain;h=fbc5bdf6073fe726752619a779dc2200be0bd48e;p=tahoe-lafs%2Ftahoe-lafs.git remove unused imports (thanks, pyflakes) --- diff --git a/src/allmydata/node.py b/src/allmydata/node.py index b01c5e0e..4e246ac5 100644 --- 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: