explicit encoding in main scripts

This commit is contained in:
Daniel Pavel 2013-07-07 21:54:35 +02:00
parent d0b8233c9a
commit 47f64d40de
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python
# -*- python-mode -*-
# -*- coding: UTF-8 -*-
"""Takes care of starting the main function."""
from __future__ import absolute_import, unicode_literals

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python
# -*- python-mode -*-
# -*- coding: UTF-8 -*-
"""Takes care of starting the main function."""
from __future__ import absolute_import, unicode_literals