projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed6b67
)
src/allmydata/__init__.py: head off a possible warning on platforms where twisted...
author
david-sarah
<david-sarah@jacaranda.org>
Mon, 8 Aug 2011 18:20:13 +0000
(18:20 +0000)
committer
david-sarah
<david-sarah@jacaranda.org>
Mon, 8 Aug 2011 18:20:13 +0000
(18:20 +0000)
src/allmydata/__init__.py
patch
|
blob
|
history
diff --git
a/src/allmydata/__init__.py
b/src/allmydata/__init__.py
index 867dc0ea121bc008a87baae9ba81974f2020dabd..7c5236335a3f278154448ada07c2d45b995c45c0 100644
(file)
--- a/
src/allmydata/__init__.py
+++ b/
src/allmydata/__init__.py
@@
-271,7
+271,7
@@
def cross_check(pkg_resources_vers_and_locs, imported_vers_and_locs_list):
errors = []
not_pkg_resourceable = set(['python', 'platform', __appname__.lower()])
not_import_versionable = set(['zope.interface', 'mock', 'pyasn1'])
- ignorable = set(['argparse', 'pyutil', 'zbase32', 'distribute', 'twisted-web', 'twisted-core'])
+ ignorable = set(['argparse', 'pyutil', 'zbase32', 'distribute', 'twisted-web', 'twisted-core'
, 'twisted-conch'
])
for name, (imp_ver, imp_loc, imp_comment) in imported_vers_and_locs_list:
name = name.lower()