beremiz

Removed some prints for code debugging

2013-05-10, Laurent Bessard
35d772ec1a76
Removed some prints for code debugging
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")