Rename _core.py -> _common.py

This commit is contained in:
Mads Marquart
2020-01-23 13:44:38 +01:00
parent 3efeffe6dd
commit c83836ceed
20 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
import json
import re
from ._core import log
from ._common import log
from . import _util, _exception
# Shameless copy from https://stackoverflow.com/a/8730674