beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug connector not resetted when connection is lost
2013-05-10, Laurent Bessard
300f98a8d4c6
Fixed bug connector not resetted when connection is lost
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")