tahoe_put.py: hush pyflakes by removing unused 'sys' import

This commit is contained in:
Brian Warner 2007-08-17 16:29:50 -07:00
parent f49194cb5e
commit ac358fc32f

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
import re, socket, sys
import re, socket
NODEURL_RE=re.compile("http://([^:]*)(:([1-9][0-9]*))?")