beremiz

Fixed GetBlockTypes method

2013-08-06, Laurent Bessard
abf63a310532
Fixed GetBlockTypes method
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")