mirror of
https://github.com/norohind/jubilant-system.git
synced 2025-06-17 22:51:27 +03:00
In-packages imports fixes
This commit is contained in:
parent
02424bd72d
commit
b6f63f37cf
@ -1,3 +1,3 @@
|
|||||||
from . import sqlite_model
|
from model import sqlite_model
|
||||||
|
|
||||||
model = sqlite_model.SqliteModel()
|
model = sqlite_model.SqliteModel()
|
||||||
|
@ -2,11 +2,8 @@ import os
|
|||||||
import falcon
|
import falcon
|
||||||
import json
|
import json
|
||||||
|
|
||||||
os.chdir('..')
|
|
||||||
|
|
||||||
from model import model
|
from model import model
|
||||||
import dynamic_js
|
from web import dynamic_js
|
||||||
import utils
|
|
||||||
|
|
||||||
|
|
||||||
class SquadsInfoByTag:
|
class SquadsInfoByTag:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user