beremiz

Fixed typo

2013-05-27, Laurent Bessard
4cbbc58b91b4
Fixed typo
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")