mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-07-02 18:14:33 +02:00
Fix Wrong Imports and typo
This commit is contained in:
parent
58b0ce0c1c
commit
a26bd6ae55
4 changed files with 9 additions and 8 deletions
|
@ -11,10 +11,15 @@ from libs.util import ISPRO
|
|||
from libs.db import db,db_permissions,db_user_group_perm,db_groups,db_sysconfig,db_syslog
|
||||
|
||||
import json
|
||||
from libs import utilpro, webutil,account
|
||||
from libs import webutil,account
|
||||
from libs.webutil import app, login_required, get_myself , buildResponse
|
||||
from libs.mschap3.mschap import nt_password_hash
|
||||
|
||||
try:
|
||||
from libs import utilpro
|
||||
ISPRO=True
|
||||
except ImportError:
|
||||
ISPRO=False
|
||||
pass
|
||||
import logging
|
||||
log = logging.getLogger("api")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue