view 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
line wrap: on
line source

#!/usr/bin/python

"""Test script to be used for hghooks debugging"""

import sys

def main(args):
    print args


if __name__ == "__main__":
   main(sys.argv)