]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
src/allmydata/__init__.py: head off a possible warning on platforms where twisted...
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 8 Aug 2011 18:20:13 +0000 (18:20 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 8 Aug 2011 18:20:13 +0000 (18:20 +0000)
src/allmydata/__init__.py

index 867dc0ea121bc008a87baae9ba81974f2020dabd..7c5236335a3f278154448ada07c2d45b995c45c0 100644 (file)
@@ -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()