diff --git a/default.py b/default.py index 463da83b..71fc5cc7 100644 --- a/default.py +++ b/default.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- ############################################################################### - +from __future__ import unicode_literals # nice to fix os.walk unicode import logging from os import path as os_path from sys import path as sys_path, argv diff --git a/service.py b/service.py index b48522bf..5b62d549 100644 --- a/service.py +++ b/service.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################### +from __future__ import unicode_literals # nice to fix os.walk unicode from logging import getLogger from os import path as os_path from sys import path as sys_path, argv