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