mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-18 17:00:24 +00:00
remove unused import
This commit is contained in:
parent
9429fb8fad
commit
95df32f9ed
@ -2,7 +2,6 @@
|
||||
|
||||
import os, sys
|
||||
import urllib
|
||||
import json
|
||||
|
||||
configinfo = """\
|
||||
graph_title Tahoe Root Directory Size
|
||||
@ -22,6 +21,3 @@ url = os.environ["url"]
|
||||
|
||||
data = int(urllib.urlopen(url).read().strip())
|
||||
print "space.value %d" % data
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user