bug fix on server side, add log engine, change lib to core

This commit is contained in:
citronneur
2014-07-20 14:59:53 +02:00
parent f51ef15865
commit 67845e50ad
31 changed files with 187 additions and 171 deletions

11
tests/rfb.py Normal file
View File

@@ -0,0 +1,11 @@
'''
@author: sylvain
'''
import unittest
class RfbCase(unittest.TestCase):
'''
test casefor rfb layer (vnc)
'''
def testName(self):
pass