view test.py @ 16:b1076f4ed575

Test pinging #commits
author Neil Muller <drnlmuller@gmail.com>
date Sat, 10 Nov 2012 14:45:06 +0200
parents f884bb24417d
children df39b71bd80a
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)