Commit 291995a0 authored by Łukasz Nowak's avatar Łukasz Nowak

- assert for gdbm too


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33014 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 617dbc64
...@@ -20,6 +20,7 @@ assert-python2.4: bin/python2.4 ...@@ -20,6 +20,7 @@ assert-python2.4: bin/python2.4
bin/python2.4 -c 'import dbm' bin/python2.4 -c 'import dbm'
bin/python2.4 -c 'import elementtree' bin/python2.4 -c 'import elementtree'
bin/python2.4 -c 'import fpconst' bin/python2.4 -c 'import fpconst'
bin/python2.4 -c 'import gdbm'
bin/python2.4 -c 'import itools' bin/python2.4 -c 'import itools'
bin/python2.4 -c 'import ldap' bin/python2.4 -c 'import ldap'
bin/python2.4 -c 'import lxml' bin/python2.4 -c 'import lxml'
......
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