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:
a2e116b
)
Fix a pyflakes warning.
author
Daira Hopwood
<daira@jacaranda.org>
Wed, 13 May 2015 13:20:13 +0000
(14:20 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Wed, 13 May 2015 13:21:17 +0000
(14:21 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index ba74b1aefd37c67dec40dc57e8efccf7c4b09fe9..69a6081586960e71207de1e96297bfbe4d6e8a1f 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-145,6
+145,7
@@
_use_old_Twisted_and_Nevow = False
if sys.platform == "win32":
try:
import win32api
+ [win32api]
except ImportError:
_use_old_Twisted_and_Nevow = True