comparison test.py @ 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
comparison
equal deleted inserted replaced
1:d7a061749a84 2:b772d357d698
1 #!/usr/bin/python 1 #!/usr/bin/python
2 2
3 """Test script to be used for hghooks debugging""" 3 """Test script to be used for hghooks debugging"""
4 4
5 import sys 5 import sys, os
6
6 7
7 def main(args): 8 def main(args):
8 print args 9 print args
9 10
10 11
11 if __name__ == "__main__": 12 if __name__ == "__main__":
12 main(sys.argv) 13 main(sys.argv)