Rename my_configuration to mycfg for brevity
This commit is contained in:
parent
cd804091c3
commit
066641a4ce
31 changed files with 65 additions and 70 deletions
|
@ -6,8 +6,7 @@ from typing import Iterator, List, NamedTuple
|
|||
|
||||
from ..common import get_files
|
||||
|
||||
# TODO eh. rename to my_cfg? easier to type
|
||||
from my_configuration import paths
|
||||
from mycfg import paths
|
||||
|
||||
def _get_last():
|
||||
return max(get_files(paths.imdb.export_path, glob='*.csv'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue