mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
remove unused imports: hush pyflakes warnings
This commit is contained in:
parent
32c90c6468
commit
e3eba2d6c5
@ -7,7 +7,7 @@ from twisted.application import service
|
||||
from twisted.python import log
|
||||
from foolscap import Referenceable
|
||||
from allmydata.interfaces import RIIntroducer, RIIntroducerClient
|
||||
from allmydata.util import idlib, observer
|
||||
from allmydata.util import observer
|
||||
|
||||
class Introducer(service.MultiService, Referenceable):
|
||||
implements(RIIntroducer)
|
||||
|
@ -1,4 +1,4 @@
|
||||
from base64 import b32encode, b32decode
|
||||
from base64 import b32encode
|
||||
|
||||
import os.path, re
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
from base64 import b32encode, b32decode
|
||||
from base64 import b32encode
|
||||
|
||||
from twisted.trial import unittest
|
||||
from twisted.internet import defer, reactor
|
||||
|
@ -1,7 +1,7 @@
|
||||
# from the Python Standard Library
|
||||
import string
|
||||
|
||||
from assertutil import _assert, precondition
|
||||
from assertutil import precondition
|
||||
|
||||
z_base_32_alphabet = "ybndrfg8ejkmcpqxot1uwisza345h769" # Zooko's choice, rationale in "DESIGN" doc
|
||||
rfc3548_alphabet = "abcdefghijklmnopqrstuvwxyz234567" # RFC3548 standard used by Gnutella, Content-Addressable Web, THEX, Bitzi, Web-Calculus...
|
||||
|
Loading…
Reference in New Issue
Block a user