mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-11 03:00:59 +01:00
import unicode_leterals for handling unicode chars
This commit is contained in:
parent
1b0073fb0c
commit
81778f1e1e
|
|
@ -1,3 +1,4 @@
|
|||
from __future__ import unicode_literals
|
||||
from datetime import datetime
|
||||
|
||||
import pytest
|
||||
|
|
|
|||
Loading…
Reference in a new issue