tahoe_get.py: remove unused import

This commit is contained in:
Brian Warner 2007-10-11 19:47:40 -07:00
parent 8985b6565d
commit 3709b343ab
1 changed files with 1 additions and 1 deletions

View File

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