1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
This commit is contained in:
topilski 2019-09-21 11:22:04 -04:00
parent 8467058063
commit 683a4e9d43
2 changed files with 0 additions and 8 deletions

View file

@ -1,10 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import os
import sys
import json import json
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
from app.common.stream.entry import ProxyStream from app.common.stream.entry import ProxyStream
from app.service.service import ServiceSettings from app.service.service import ServiceSettings
from app.common.utils.utils import is_valid_http_url from app.common.utils.utils import is_valid_http_url

View file

@ -1,10 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import os
import sys
from datetime import datetime from datetime import datetime
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
from app.common.subscriber.login.entry import SubscriberUser from app.common.subscriber.login.entry import SubscriberUser
from app.common.subscriber.entry import Device from app.common.subscriber.entry import Device
from app.service.service import ServiceSettings from app.service.service import ServiceSettings