Files
EPANET/tests/compare_enb.py
2015-12-15 20:38:53 -05:00

5 lines
176 B
Python

import sys
print "running fake python script..."
print "Comparing: ", str(sys.argv[1:])
print "no idea if these are the same. i have no brains. it's probably fine."
sys.exit(0)