From: david-sarah Date: Sat, 31 Mar 2012 02:17:25 +0000 (+0000) Subject: test_ftp.py: fix a couple of unused imports. refs #1668 X-Git-Url: https://git.rkrishnan.org/FOOURL?a=commitdiff_plain;h=74cfa65f0d35ea12be4388d63ff3415ec1cdfd97;p=tahoe-lafs%2Ftahoe-lafs.git test_ftp.py: fix a couple of unused imports. refs #1668 --- diff --git a/src/allmydata/test/test_ftp.py b/src/allmydata/test/test_ftp.py index 64f78738..c98a3209 100644 --- a/src/allmydata/test/test_ftp.py +++ b/src/allmydata/test/test_ftp.py @@ -1,6 +1,4 @@ -import time, calendar - from twisted.trial import unittest from allmydata.frontends import ftpd