]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
trivial: fix unused import (sorry about that, pyflakes)
authorZooko O'Whielacronx <zooko@zooko.com>
Sun, 18 Jul 2010 21:51:33 +0000 (14:51 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Sun, 18 Jul 2010 21:51:33 +0000 (14:51 -0700)
src/allmydata/test/test_upload.py

index 1fbd627c5dd9c28fb3db5a8ed75ca440820550dd..4561638df207b59de29b4671b0a31961a6818a4c 100644 (file)
@@ -2,7 +2,6 @@ import os, shutil
 from cStringIO import StringIO
 from twisted.trial import unittest
 from twisted.python.failure import Failure
-from twisted.python import log
 from twisted.internet import defer
 from foolscap.api import fireEventually