Changed tintwizard #! to python 2 (note that tintwizard is obsolete)

This commit is contained in:
o9000 2015-06-13 10:54:28 +00:00
parent 0f1dac50f1
commit 36e9e92df1

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#**************************************************************************
# Tintwizard
@ -2149,5 +2149,4 @@ if __name__ == "__main__":
exit()
tw = TintWizardGUI()
tw.main()
tw.main()