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:
0dc8496
)
control.py: hush pyflakes warning
author
Brian Warner
<warner@allmydata.com>
Fri, 7 Dec 2007 01:38:42 +0000
(18:38 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 7 Dec 2007 01:38:42 +0000
(18:38 -0700)
src/allmydata/control.py
patch
|
blob
|
history
diff --git
a/src/allmydata/control.py
b/src/allmydata/control.py
index dc27d9f7e48973e743584f9e22393ac56e259d58..f465b3de42b1927833f405de83324b9dcdf05058 100644
(file)
--- a/
src/allmydata/control.py
+++ b/
src/allmydata/control.py
@@
-1,5
+1,5
@@
-import os,
sys,
time
+import os, time
from zope.interface import implements
from twisted.application import service
from twisted.internet import defer