changeset 2:b772d357d698

This push should fail
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 May 2012 16:40:47 +0200
parents d7a061749a84
children 8cb24da1f91c
files test.py
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/test.py	Sat May 05 13:26:04 2012 +0200
+++ b/test.py	Sat May 05 16:40:47 2012 +0200
@@ -2,11 +2,12 @@
 
 """Test script to be used for hghooks debugging"""
 
-import sys
+import sys, os
+
 
 def main(args):
-    print args
+    print args  
 
 
 if __name__ == "__main__":
-   main(sys.argv)
+    main(sys.argv)