ttfw: fix incorrect relative import for python3

This commit is contained in:
He Yin Ling
2019-12-27 17:58:36 +08:00
parent fb81b516da
commit 09935510bd
4 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ import functools
import netifaces
import EnvConfig
from . import EnvConfig
def _synced(func):