Changed tintwizard #! to python 2 (note that tintwizard is obsolete)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
#**************************************************************************
|
#**************************************************************************
|
||||||
# Tintwizard
|
# Tintwizard
|
||||||
@@ -2150,4 +2150,3 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
tw = TintWizardGUI()
|
tw = TintWizardGUI()
|
||||||
tw.main()
|
tw.main()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user