removes fake python comparator

This commit is contained in:
sam hatchett
2015-12-17 13:29:47 -05:00
parent d2625edab4
commit 71fa408f0b

View File

@@ -1,5 +0,0 @@
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)