mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
tahoe_put.py: hush pyflakes by removing unused 'sys' import
This commit is contained in:
parent
f49194cb5e
commit
ac358fc32f
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import re, socket, sys
|
||||
import re, socket
|
||||
|
||||
NODEURL_RE=re.compile("http://([^:]*)(:([1-9][0-9]*))?")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user