From: Zooko O'Whielacronx Date: Mon, 19 Jan 2009 22:16:19 +0000 (-0700) Subject: trivial: remove unused import noticed by pyflakes X-Git-Tag: allmydata-tahoe-1.3.0~174 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=845b21a5adf2163148904d79241dc301a677c641;p=tahoe-lafs%2Ftahoe-lafs.git trivial: remove unused import noticed by pyflakes --- diff --git a/src/allmydata/test/test_ambient_upload_authority.py b/src/allmydata/test/test_ambient_upload_authority.py index 8e70af78..19dbb9bf 100644 --- a/src/allmydata/test/test_ambient_upload_authority.py +++ b/src/allmydata/test/test_ambient_upload_authority.py @@ -2,7 +2,6 @@ import os from twisted.trial import unittest from twisted.internet import defer, reactor -from twisted.python import log from twisted.web import client, http from allmydata.test.common import SystemTestMixin