mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
hush pyflakes warnings
This commit is contained in:
parent
3209fd5e09
commit
2150ac0e53
@ -2,7 +2,7 @@ import os
|
||||
|
||||
from foolscap import Referenceable
|
||||
from twisted.application import service
|
||||
from twisted.python import log
|
||||
#from twisted.python import log
|
||||
from allmydata.util import idlib
|
||||
from zope.interface import implements
|
||||
from allmydata.interfaces import RIBucketWriter, RIBucketReader
|
||||
|
@ -6,7 +6,6 @@ from allmydata import client, queen
|
||||
import os
|
||||
from foolscap.eventual import flushEventualQueue
|
||||
from twisted.python import log
|
||||
from allmydata.util import idlib
|
||||
from twisted.web.client import getPage
|
||||
|
||||
class SystemTest(unittest.TestCase):
|
||||
|
@ -1,7 +1,6 @@
|
||||
|
||||
from twisted.trial import unittest
|
||||
from twisted.internet import defer
|
||||
from twisted.application import service
|
||||
from cStringIO import StringIO
|
||||
|
||||
from allmydata import upload, download
|
||||
|
Loading…
x
Reference in New Issue
Block a user