Commit 395040f0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4592a8b8
...@@ -27,7 +27,7 @@ init = ...@@ -27,7 +27,7 @@ init =
options['location'] = zodb_x['setup'] options['location'] = zodb_x['setup']
# update [versions] from what is needed by ZODB<X> # update [versions] from what is needed by ZODB<X>
# XXX do not change egg version if it is already speficied in [versions] ? # XXX do not change egg version if it is already speficified in [versions] ?
for _ in zodb_x['egg_versions'].splitlines(): for _ in zodb_x['egg_versions'].splitlines():
egg, eq, version = _.split() # 'transaction = 1.7.0' egg, eq, version = _.split() # 'transaction = 1.7.0'
assert eq == '=' assert eq == '='
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment