beremiz

Fixed bug with diagram copy

2013-04-10, Laurent Bessard
0ddbc39c91ee
Fixed bug with diagram copy
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")