beremiz
Clone
Summary
Browse
Changes
Graph
Added exception printing on Pyro connector, tracking random connection failure...
2013-04-25, Edouard Tisserant
86ee833e33ef
Added exception printing on Pyro connector, tracking random connection failure...
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")