mirror of
https://github.com/dkmstr/openuds.git
synced 2025-09-10 21:45:13 +03:00
Some more little fixes
This commit is contained in:
@@ -256,6 +256,8 @@ encoding//src/uds/templatetags/html5.py=utf-8
|
|||||||
encoding//src/uds/tests/__init__.py=utf-8
|
encoding//src/uds/tests/__init__.py=utf-8
|
||||||
encoding//src/uds/tests/core/__init__.py=utf-8
|
encoding//src/uds/tests/core/__init__.py=utf-8
|
||||||
encoding//src/uds/tests/core/util/net.py=utf-8
|
encoding//src/uds/tests/core/util/net.py=utf-8
|
||||||
|
encoding//src/uds/tests/web/__init__.py=utf-8
|
||||||
|
encoding//src/uds/tests/web/user/__init__.py=utf-8
|
||||||
encoding//src/uds/transports/HTML5RDP/HTML5RDP.py=utf-8
|
encoding//src/uds/transports/HTML5RDP/HTML5RDP.py=utf-8
|
||||||
encoding//src/uds/transports/HTML5RDP/__init__.py=utf-8
|
encoding//src/uds/transports/HTML5RDP/__init__.py=utf-8
|
||||||
encoding//src/uds/transports/NX/NXTransport.py=utf-8
|
encoding//src/uds/transports/NX/NXTransport.py=utf-8
|
||||||
|
@@ -32,3 +32,4 @@
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from core import *
|
from core import *
|
||||||
|
from web import *
|
||||||
|
Reference in New Issue
Block a user