''' @author: sylvain ''' import unittest class RfbCase(unittest.TestCase): ''' test casefor rfb layer (vnc) ''' def testName(self): pass