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:
4772bee
)
test_client.py: remove unused 'stat' import
author
Brian Warner
<warner@allmydata.com>
Fri, 14 Sep 2007 03:17:42 +0000
(20:17 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 14 Sep 2007 03:17:42 +0000
(20:17 -0700)
src/allmydata/test/test_client.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_client.py
b/src/allmydata/test/test_client.py
index 042fe7f9257c22fe00f9bed108fa193ae265e740..2377260484777b57eb86dcf4258f5bd66dc34fbb 100644
(file)
--- a/
src/allmydata/test/test_client.py
+++ b/
src/allmydata/test/test_client.py
@@
-1,5
+1,5
@@
-import os
, stat
+import os
from twisted.trial import unittest
from twisted.application import service
from twisted.internet import reactor, defer