1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-09-08 13:44:44 +03:00

Some more little fixes

This commit is contained in:
Adolfo Gómez
2014-05-27 06:19:15 +00:00
parent 217e681cb4
commit a10550820b
2 changed files with 18 additions and 15 deletions

View File

@@ -256,6 +256,8 @@ encoding//src/uds/templatetags/html5.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/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/__init__.py=utf-8
encoding//src/uds/transports/NX/NXTransport.py=utf-8

View File

@@ -32,3 +32,4 @@
'''
from core import *
from web import *