explicit encoding in main scripts
This commit is contained in:
parent
d0b8233c9a
commit
47f64d40de
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- python-mode -*-
|
# -*- python-mode -*-
|
||||||
|
# -*- coding: UTF-8 -*-
|
||||||
"""Takes care of starting the main function."""
|
"""Takes care of starting the main function."""
|
||||||
|
|
||||||
from __future__ import absolute_import, unicode_literals
|
from __future__ import absolute_import, unicode_literals
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- python-mode -*-
|
# -*- python-mode -*-
|
||||||
|
# -*- coding: UTF-8 -*-
|
||||||
"""Takes care of starting the main function."""
|
"""Takes care of starting the main function."""
|
||||||
|
|
||||||
from __future__ import absolute_import, unicode_literals
|
from __future__ import absolute_import, unicode_literals
|
||||||
|
|
Loading…
Reference in New Issue