mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 20:00:20 +00:00
hush pyflakes
This commit is contained in:
parent
7fb37209ee
commit
318b63fbc7
@ -4,7 +4,6 @@ from allmydata import uri
|
|||||||
from allmydata.util import hashutil
|
from allmydata.util import hashutil
|
||||||
from allmydata.interfaces import IURI, IFileURI, IDirnodeURI, IMutableFileURI, \
|
from allmydata.interfaces import IURI, IFileURI, IDirnodeURI, IMutableFileURI, \
|
||||||
IVerifierURI
|
IVerifierURI
|
||||||
from foolscap.schema import Violation
|
|
||||||
|
|
||||||
class Literal(unittest.TestCase):
|
class Literal(unittest.TestCase):
|
||||||
def _help_test(self, data):
|
def _help_test(self, data):
|
||||||
|
@ -5,7 +5,6 @@ from twisted.python.components import registerAdapter
|
|||||||
from allmydata.util import idlib, hashutil
|
from allmydata.util import idlib, hashutil
|
||||||
from allmydata.interfaces import IURI, IDirnodeURI, IFileURI, IVerifierURI, \
|
from allmydata.interfaces import IURI, IDirnodeURI, IFileURI, IVerifierURI, \
|
||||||
IMutableFileURI, INewDirectoryURI, IReadonlyNewDirectoryURI
|
IMutableFileURI, INewDirectoryURI, IReadonlyNewDirectoryURI
|
||||||
import foolscap
|
|
||||||
|
|
||||||
# the URI shall be an ascii representation of the file. It shall contain
|
# the URI shall be an ascii representation of the file. It shall contain
|
||||||
# enough information to retrieve and validate the contents. It shall be
|
# enough information to retrieve and validate the contents. It shall be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user