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
|
@ -8,8 +8,8 @@ import pytz
|
|||
|
||||
from ..common import get_files
|
||||
|
||||
from my_configuration import paths
|
||||
import my_configuration.repos.ghexport.model as ghexport
|
||||
from mycfg import paths
|
||||
import mycfg.repos.ghexport.model as ghexport
|
||||
|
||||
|
||||
def get_logger():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue