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:
16fd14a
)
src/allmydata/__init__.py: suppress a spurious warning from 'bin/tahoe --version...
author
david-sarah
<david-sarah@jacaranda.org>
Mon, 1 Aug 2011 00:52:09 +0000
(17:52 -0700)
committer
david-sarah
<david-sarah@jacaranda.org>
Mon, 1 Aug 2011 00:52:09 +0000
(17:52 -0700)
src/allmydata/__init__.py
patch
|
blob
|
history
diff --git
a/src/allmydata/__init__.py
b/src/allmydata/__init__.py
index c404276ceb80fa4309d9e3097c51cf749a6bdbcf..439fb92514d20635152f19bf005baa82f0e51966 100644
(file)
--- a/
src/allmydata/__init__.py
+++ b/
src/allmydata/__init__.py
@@
-270,7
+270,7
@@
def cross_check(pkg_resources_vers_and_locs, imported_vers_and_locs_list):
errors = []
not_pkg_resourceable = set(['sqlite3', 'python', 'platform', __appname__.lower()])
not_import_versionable = set(['zope.interface', 'mock', 'pyasn1'])
- ignorable = set(['argparse', 'pyutil', 'zbase32', 'distribute'])
+ ignorable = set(['argparse', 'pyutil', 'zbase32', 'distribute'
, 'twisted-web', 'twisted-core'
])
for name, (imp_ver, imp_loc, imp_comment) in imported_vers_and_locs_list:
name = name.lower()