Use my.ext module to make all imports happy and less dynamic
This commit is contained in:
parent
6f8b2fc438
commit
994a4ff7a7
1 changed files with 1 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
||||||
from kython import import_from
|
from my.ext.kobuddy import *
|
||||||
|
|
||||||
kobuddy = import_from('/L/repos-ss/kobuddy/src', 'kobuddy')
|
|
||||||
kobuddy.set_databases('/L/backups/kobo')
|
|
||||||
|
|
||||||
from kobuddy import *
|
|
||||||
|
|
||||||
def get_todos():
|
def get_todos():
|
||||||
def with_todo(ann):
|
def with_todo(ann):
|
||||||
|
|
Loading…
Add table
Reference in a new issue