From d5a6eed407772e7fa9feec8f61c6899ee1ece10b Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 6 Jan 2009 22:08:29 -0700 Subject: [PATCH] trivial: fix redefinition of name "log" in imports (pyflakes) --- src/allmydata/immutable/upload.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/allmydata/immutable/upload.py b/src/allmydata/immutable/upload.py index 1790be93..5149ba9d 100644 --- a/src/allmydata/immutable/upload.py +++ b/src/allmydata/immutable/upload.py @@ -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, \ -- 2.45.2