Mercurial > ift6266
changeset 202:6ea5dcf0541e
Branch merge.
author | Arnaud Bergeron <abergeron@gmail.com> |
---|---|
date | Wed, 03 Mar 2010 16:52:10 -0500 |
parents | 25444fc301e0 (current diff) c69c1d832a53 (diff) |
children | fd1b5237e49e |
files | deep/stacked_dae/nist_sda.py test.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test.py Wed Mar 03 16:46:16 2010 -0500 +++ b/test.py Wed Mar 03 16:52:10 2010 -0500 @@ -2,7 +2,6 @@ def runTests(): import ift6266 - predefs = ift6266.__dict__ for (_, name, ispkg) in pkgutil.walk_packages(ift6266.__path__, ift6266.__name__+'.'): if not ispkg: if name.startswith('ift6266.scripts.') or \ @@ -11,6 +10,7 @@ 'ift6266.data_generation.transformations.testmod', 'ift6266.data_generation.transformations.gimp_script']: continue + test(name) def test(name): import ift6266