In-packages imports fixes

This commit is contained in:
norohind 2021-11-29 19:36:00 +03:00
parent 02424bd72d
commit b6f63f37cf
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1
2 changed files with 2 additions and 5 deletions

View File

@ -1,3 +1,3 @@
from . import sqlite_model
from model import sqlite_model
model = sqlite_model.SqliteModel()

View File

@ -2,11 +2,8 @@ import os
import falcon
import json
os.chdir('..')
from model import model
import dynamic_js
import utils
from web import dynamic_js
class SquadsInfoByTag: