comparison test.py @ 4:8fb524440907

This push should work
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 May 2012 16:47:44 +0200
parents 8cb24da1f91c
children e3fee6ceaf19
comparison
equal deleted inserted replaced
3:8cb24da1f91c 4:8fb524440907
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
6 import os
7 6
8 7
9 def main(args): 8 def main(args):
10 print args 9 print args
11 10