From 7fbfbcbe4dd09685d3309382659d8c475942235d Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Wed, 6 Aug 2008 22:04:27 -0700
Subject: [PATCH] diskwatcher.tac: hush pyflakes

---
 misc/spacetime/diskwatcher.tac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.45.2