Example #1
0
    def setUpAll(self):
        import sys
        import os

        sys.path.append(os.getcwd() + '/src/cython/')
        
        import xine
        self.Xine = xine.libxine()
        self.Xine_Version = '1.1.16.3'
Example #2
0
 def setUpAll(self):
     import xine
     self.Xine = xine.libxine()
     self.Xine_Version = '1.1.16.3'