changeset 3:8cb24da1f91c

Pep8 but not pyflakes clean. Should still fail
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 May 2012 16:47:09 +0200
parents b772d357d698
children 8fb524440907
files test.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test.py	Sat May 05 16:40:47 2012 +0200
+++ b/test.py	Sat May 05 16:47:09 2012 +0200
@@ -2,11 +2,12 @@
 
 """Test script to be used for hghooks debugging"""
 
-import sys, os
+import sys
+import os
 
 
 def main(args):
-    print args  
+    print args
 
 
 if __name__ == "__main__":