Add coding/utf8 annotations to fix special characters for python 2.7

This commit is contained in:
Henrik Genssen 2019-07-11 23:23:45 +08:00 committed by Harald Welte
parent 2646fdc889
commit 103c0f4059
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
import logging
from inema import Internetmarke

View File

@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
from .inema import Internetmarke
from .inema import __version__

View File

@ -1,4 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
from datetime import datetime
from pytz import timezone