comparison test.py @ 1:d7a061749a84

Test commit to see if CIA triggers
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 May 2012 13:26:04 +0200
parents
children b772d357d698
comparison
equal deleted inserted replaced
0:47bb2ed24e79 1:d7a061749a84
1 #!/usr/bin/python
2
3 """Test script to be used for hghooks debugging"""
4
5 import sys
6
7 def main(args):
8 print args
9
10
11 if __name__ == "__main__":
12 main(sys.argv)