From: Brian Warner <warner@lothar.com>
Date: Thu, 19 Feb 2009 21:23:40 +0000 (-0700)
Subject: test_crawler: hush pyflakes
X-Git-Tag: allmydata-tahoe-1.4.0~178
X-Git-Url: https://git.rkrishnan.org/vdrive/listings/-?a=commitdiff_plain;h=2f751332e8706bf8d862bb22c1b45ffeb54ac276;p=tahoe-lafs%2Ftahoe-lafs.git

test_crawler: hush pyflakes
---

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