Rename my_configuration to mycfg for brevity
This commit is contained in:
parent
cd804091c3
commit
78acb1b359
31 changed files with 65 additions and 70 deletions
|
@ -1,12 +1,12 @@
|
|||
#!/usr/bin/env python3
|
||||
from . import paths
|
||||
from .common import import_file
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
# path to pdfannots (https://github.com/0xabu/pdfannots)
|
||||
pdfannots = import_file(paths.pdfs.pdfannots_py)
|
||||
import mycfg.repos.pdfannots.pdfannots as pdfannots
|
||||
from mycfg import paths
|
||||
|
||||
|
||||
from datetime import datetime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue