]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/_auto_deps.py
Fix a pyflakes warning.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / _auto_deps.py
index ba74b1aefd37c67dec40dc57e8efccf7c4b09fe9..69a6081586960e71207de1e96297bfbe4d6e8a1f 100644 (file)
@@ -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