# HG changeset patch # User Arnaud Bergeron # Date 1267139538 18000 # Node ID 050c7ff6b449db2e09833c21ed1f5a1f419125d3 # Parent c1d5474c3386eb79f2730fb6fec42f98b23c8204 Do not commit syntax errors. (in test.py) diff -r c1d5474c3386 -r 050c7ff6b449 test.py --- 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