mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 19:26:25 +00:00
unused imports
This commit is contained in:
parent
240d5d1164
commit
bb495b6dc5
@ -1,12 +1,10 @@
|
|||||||
import os.path
|
import os.path
|
||||||
from six.moves import cStringIO as StringIO
|
from six.moves import cStringIO as StringIO
|
||||||
import urllib, sys
|
import urllib
|
||||||
import re
|
import re
|
||||||
from mock import patch, Mock
|
from mock import patch
|
||||||
|
|
||||||
from twisted.trial import unittest
|
from twisted.trial import unittest
|
||||||
from twisted.python.monkey import MonkeyPatcher
|
|
||||||
from twisted.internet import task
|
|
||||||
from twisted.python.filepath import FilePath
|
from twisted.python.filepath import FilePath
|
||||||
from twisted.internet.testing import (
|
from twisted.internet.testing import (
|
||||||
MemoryReactor,
|
MemoryReactor,
|
||||||
@ -17,7 +15,6 @@ from twisted.internet.test.modulehelpers import (
|
|||||||
import allmydata
|
import allmydata
|
||||||
from allmydata.crypto import ed25519
|
from allmydata.crypto import ed25519
|
||||||
from allmydata.util import fileutil, hashutil, base32
|
from allmydata.util import fileutil, hashutil, base32
|
||||||
from allmydata.util.namespace import Namespace
|
|
||||||
from allmydata import uri
|
from allmydata import uri
|
||||||
from allmydata.immutable import upload
|
from allmydata.immutable import upload
|
||||||
from allmydata.dirnode import normalize
|
from allmydata.dirnode import normalize
|
||||||
|
Loading…
Reference in New Issue
Block a user