core.common: deprecate outdated LazyLogger alias
This commit is contained in:
parent
e0d1dbd533
commit
524655d9f8
13 changed files with 50 additions and 30 deletions
|
@ -9,11 +9,11 @@ import json
|
|||
|
||||
# TODO pytz for timezone???
|
||||
|
||||
from .core.common import get_files, LazyLogger
|
||||
from my.core import get_files, make_logger
|
||||
from my.config import foursquare as config
|
||||
|
||||
|
||||
logger = LazyLogger(__name__)
|
||||
logger = make_logger(__name__)
|
||||
|
||||
|
||||
def inputs():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue