Changed tintwizard #! to python 2 (note that tintwizard is obsolete)
This commit is contained in:
parent
0f1dac50f1
commit
36e9e92df1
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
#**************************************************************************
|
#**************************************************************************
|
||||||
# Tintwizard
|
# Tintwizard
|
||||||
|
@ -2149,5 +2149,4 @@ if __name__ == "__main__":
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
tw = TintWizardGUI()
|
tw = TintWizardGUI()
|
||||||
tw.main()
|
tw.main()
|
||||||
|
|
Loading…
Reference in a new issue