Modify merge result to get (hopefully) valid Python 3

This commit is contained in:
Klaus-Uwe Mitterer 2015-04-13 23:00:36 +02:00
parent 3a5bd76e05
commit ebc4b87952

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
print "This script is not working yet... If you are trying to test it, please delete lines 3 to 5 of this file."
print("This script is not working yet... If you are trying to test it, please delete lines 3 to 5 of this file.")
import sys
sys.exit(0)