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:
701e5cd
)
ftpd: hush pyflakes
author
Brian Warner
<warner@allmydata.com>
Tue, 7 Oct 2008 01:45:13 +0000
(18:45 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 7 Oct 2008 01:45:13 +0000
(18:45 -0700)
src/allmydata/ftpd.py
patch
|
blob
|
history
diff --git
a/src/allmydata/ftpd.py
b/src/allmydata/ftpd.py
index 4bd84098856fbb8a309330f7a17e13e8b4e84267..413d3d6c6872f2cfbae372e668a6e3e81029b269 100644
(file)
--- a/
src/allmydata/ftpd.py
+++ b/
src/allmydata/ftpd.py
@@
-7,7
+7,6
@@
from twisted.internet import defer
from twisted.internet.interfaces import IConsumer
from twisted.protocols import ftp
from twisted.cred import error, portal, checkers, credentials
-from twisted.python import log
from twisted.web.client import getPage
from allmydata.interfaces import IDirectoryNode, ExistingChildError