mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Make sure unicode is understood
This commit is contained in:
parent
c2af7acc31
commit
ac4c4232c4
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -1,4 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
import codecs
|
||||
import os
|
||||
import re
|
||||
|
|
Loading…
Reference in a new issue