tahoe_get.py: remove unused import
This commit is contained in:
parent
8985b6565d
commit
3709b343ab
|
@ -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] != "/":
|
||||||
|
|
Loading…
Reference in New Issue