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
|
@ -9,7 +9,7 @@ from .common import get_files
|
|||
# TODO get rid of it
|
||||
from kython import group_by_cmp # type: ignore
|
||||
|
||||
from my_configuration import paths
|
||||
from mycfg import paths
|
||||
|
||||
|
||||
def get_logger():
|
||||
|
@ -17,11 +17,11 @@ def get_logger():
|
|||
|
||||
|
||||
def _get_exports() -> List[Path]:
|
||||
from my_configuration import paths
|
||||
from mycfg import paths
|
||||
return get_files(paths.rescuetime.export_path, '*.json')
|
||||
|
||||
|
||||
import my_configuration.repos.rescuexport.model as rescuexport
|
||||
import mycfg.repos.rescuexport.model as rescuexport
|
||||
Model = rescuexport.Model
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue