diff tests/test.py @ 51:6a92eeace612

mod
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 06 May 2013 01:30:13 -0700
parents 2e4ed8e0a103
children
line wrap: on
line diff
--- a/tests/test.py	Fri May 03 09:25:49 2013 -0700
+++ b/tests/test.py	Mon May 06 01:30:13 2013 -0700
@@ -51,7 +51,7 @@
     results = run_tests(**options.__dict__)
     if sum([i.failed for i in results.values()]):
         sys.exit(1) # error
-                
+
 
 if __name__ == '__main__':
     main()