]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tahoe_get.py: remove unused import
authorBrian Warner <warner@allmydata.com>
Fri, 12 Oct 2007 02:47:40 +0000 (19:47 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 12 Oct 2007 02:47:40 +0000 (19:47 -0700)
src/allmydata/scripts/tahoe_get.py

index 642d9693f711716a0330eef5177ffd06aaed66d4..267737953158901832974e1af744c024b51dd906 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-import sys, urllib
+import urllib
 
 def get(nodeurl, root_uri, vdrive_fname, local_file, stdout, stderr):
     if nodeurl[-1] != "/":