1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Moved monkey patching and globalconf to subpackage

This commit is contained in:
krateng
2022-04-09 21:39:04 +02:00
parent abde7e72c4
commit 871b3d289d
23 changed files with 30 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ import cProfile, pstats
from doreah.logging import log
from doreah.timing import Clock
from ..globalconf import data_dir
from ..pkg_global.conf import data_dir
profiler = cProfile.Profile()