Mercurial > ift6266
changeset 162:050c7ff6b449
Do not commit syntax errors. (in test.py)
author | Arnaud Bergeron <abergeron@gmail.com> |
---|---|
date | Thu, 25 Feb 2010 18:12:18 -0500 |
parents | c1d5474c3386 |
children | 4b28d7382dbf |
files | test.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test.py Thu Feb 25 18:11:25 2010 -0500 +++ b/test.py Thu Feb 25 18:12:18 2010 -0500 @@ -5,7 +5,7 @@ predefs = ift6266.__dict__ for (_, name, ispkg) in pkgutil.walk_packages(ift6266.__path__, ift6266.__name__+'.'): if not ispkg: - if name.startswith('ift6266.scripts') or + if name.startswith('ift6266.scripts') or \ name in ['ift6266.test']: continue print "Testing:", name