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
|
||||
|
@ -2150,4 +2150,3 @@ if __name__ == "__main__":
|
|||
|
||||
tw = TintWizardGUI()
|
||||
tw.main()
|
||||
|
||||
|
|
Loading…
Reference in a new issue