]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tahoe-ls.py: hush a pyflakes warning
authorBrian Warner <warner@lothar.com>
Tue, 10 Jul 2007 23:26:05 +0000 (16:26 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 10 Jul 2007 23:26:05 +0000 (16:26 -0700)
src/allmydata/scripts/tahoe-ls.py

index b5f389dcbdd426f65ce7713c23843a32768cfedf..49f6ff9b2f18e053d09ea7a9c193bf053e4b3fb3 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/python
 
-import optparse, sys, urllib
+import optparse, urllib
 import simplejson
 
 def GET(url, outf):