mirror of https://github.com/Aidaho12/haproxy-wi
pull/390/head
parent
81d28536f6
commit
62bce859cf
|
@ -4,7 +4,8 @@ import sys
|
||||||
import distro
|
import distro
|
||||||
|
|
||||||
sys.path.append(os.path.join(sys.path[0], '/var/www/haproxy-wi/'))
|
sys.path.append(os.path.join(sys.path[0], '/var/www/haproxy-wi/'))
|
||||||
from app.modules.db.db_model import (
|
|
||||||
|
from modules.db.db_model import (
|
||||||
connect, Setting, Role, User, UserGroups, Groups, Services, RoxyTool, Version, SmonHttpCheck, GeoipCodes, SmonTcpCheck, SMON,
|
connect, Setting, Role, User, UserGroups, Groups, Services, RoxyTool, Version, SmonHttpCheck, GeoipCodes, SmonTcpCheck, SMON,
|
||||||
SmonPingCheck, migrate, mysql_enable, create_tables
|
SmonPingCheck, migrate, mysql_enable, create_tables
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue