Changed the shebang line to #!/usr/bin/python3 under Qt.

This way, the activity monitor correctly shows the app name instead of showing
"python3".
This commit is contained in:
Virgil Dupras 2013-04-28 11:38:41 -04:00
parent e4b949abf6
commit aa3cf9700d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3 #!/usr/bin/python3
# Copyright 2013 Hardcoded Software (http://www.hardcoded.net) # Copyright 2013 Hardcoded Software (http://www.hardcoded.net)
# #
# This software is licensed under the "BSD" License as described in the "LICENSE" file, # This software is licensed under the "BSD" License as described in the "LICENSE" file,