Make sure unicode is understood

This commit is contained in:
Michał Sałaban 2019-09-09 13:56:53 +02:00
parent c2af7acc31
commit ac4c4232c4
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import codecs
import os
import re