]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/scripts/cli.py
src/allmydata/scripts/cli.py: fix pyflakes warning.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / cli.py
index 2a5f6611ddeb9008b903a8c7bd6a1bee6f028811..d4da88fdd1b0b04e4339c3b198fdd036a15f3a73 100644 (file)
@@ -1,4 +1,4 @@
-import os.path, re, sys, fnmatch
+import os.path, re, fnmatch
 from twisted.python import usage
 from allmydata.scripts.common import BaseOptions, get_aliases, get_default_nodedir, DEFAULT_ALIAS
 from allmydata.util.encodingutil import argv_to_unicode, argv_to_abspath, quote_output