Use my.ext module to make all imports happy and less dynamic

This commit is contained in:
Dima Gerasimov 2019-07-21 19:07:01 +01:00
parent 6f8b2fc438
commit 994a4ff7a7

View file

@ -1,9 +1,4 @@
from kython import import_from
kobuddy = import_from('/L/repos-ss/kobuddy/src', 'kobuddy')
kobuddy.set_databases('/L/backups/kobo')
from kobuddy import *
from my.ext.kobuddy import *
def get_todos():
def with_todo(ann):