mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
Fix a pyflakes warning.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
a2e116b330
commit
0c4acc763b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user