mirror of
https://github.com/marcus-alicia/iRedAdmin-Pro-SQL.git
synced 2026-05-26 23:19:45 +00:00
Update to 5.4
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
import os
|
||||
import sys
|
||||
import web
|
||||
|
||||
|
||||
def usage():
|
||||
@@ -33,6 +32,7 @@ os.environ['LC_ALL'] = 'C'
|
||||
rootdir = os.path.abspath(os.path.dirname(__file__)) + '/../'
|
||||
sys.path.insert(0, rootdir)
|
||||
|
||||
import web
|
||||
import settings
|
||||
from tools.ira_tool_lib import debug, logger, get_db_conn
|
||||
from libs.iredutils import is_email
|
||||
|
||||
Reference in New Issue
Block a user