]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial: fix redefinition of name "log" in imports (pyflakes)
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 7 Jan 2009 05:08:29 +0000 (22:08 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 7 Jan 2009 05:08:29 +0000 (22:08 -0700)
src/allmydata/immutable/upload.py

index 1790be93b6779a2afff3d7a0e967c183c3142edf..5149ba9db055581d36247569797beb813e8978ea 100644 (file)
@@ -5,7 +5,6 @@ from twisted.internet import defer
 from twisted.application import service
 from foolscap import Referenceable, Copyable, RemoteCopy
 from foolscap import eventual
-from foolscap.logging import log
 
 from allmydata.util.hashutil import file_renewal_secret_hash, \
      file_cancel_secret_hash, bucket_renewal_secret_hash, \