From: Brian Warner <warner@lothar.com>
Date: Thu, 7 Aug 2008 05:04:27 +0000 (-0700)
Subject: diskwatcher.tac: hush pyflakes
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/flags/copyable.html?a=commitdiff_plain;h=7fbfbcbe4dd09685d3309382659d8c475942235d;p=tahoe-lafs%2Ftahoe-lafs.git

diskwatcher.tac: hush pyflakes
---

diff --git a/misc/spacetime/diskwatcher.tac b/misc/spacetime/diskwatcher.tac
index 08262447..2fa27074 100644
--- a/misc/spacetime/diskwatcher.tac
+++ b/misc/spacetime/diskwatcher.tac
@@ -21,7 +21,7 @@ results). Each line should be in the form:
 #  built-in graphs on web interface
 
 
-import os.path, pprint, time, urllib
+import os.path, urllib
 from datetime import timedelta
 from twisted.application import internet, service, strports
 from twisted.web import server, resource, http, client