beremiz
Clone
Summary
Browse
Changes
Graph
Fixed diagram editing in xmlclass refactoring
2013-08-29, Laurent Bessard
40117d02601b
Fixed diagram editing in xmlclass refactoring
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")