Moved the shebang line

It needs to be at the top of the file to work.
This commit is contained in:
Corollax
2010-11-12 12:50:58 -06:00
parent 1c6e9eec4d
commit d97461739c

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python
# --------------------------------------------------------------------------------- #
# Pyfa's custom Notebook core python IMPLEMENTATION
#
@@ -6,9 +8,6 @@
#
# --------------------------------------------------------------------------------- #
#!/usr/bin/env python
import wx
import copy
import time