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,7 +1,7 @@
import attr
import datetime
from ._core import log, attrs_default
from ._common import log, attrs_default
from . import (
_exception,
_util,