From 2f751332e8706bf8d862bb22c1b45ffeb54ac276 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 19 Feb 2009 14:23:40 -0700
Subject: [PATCH] test_crawler: hush pyflakes

---
 src/allmydata/test/test_crawler.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/allmydata/test/test_crawler.py b/src/allmydata/test/test_crawler.py
index 26e03689..99456d1e 100644
--- a/src/allmydata/test/test_crawler.py
+++ b/src/allmydata/test/test_crawler.py
@@ -1,6 +1,5 @@
 
 import time
-import sys
 import os.path
 from twisted.trial import unittest
 from twisted.application import service
-- 
2.45.2