NativeLib.py
changeset 1730 64d8f52bc8c8
parent 1680 6db967480b7d
child 1736 7e61baa047f0
equal deleted inserted replaced
1726:d51af006fa6b 1730:64d8f52bc8c8
    27 import util.paths as paths
    27 import util.paths as paths
    28 from POULibrary import POULibrary
    28 from POULibrary import POULibrary
    29 
    29 
    30 class NativeLibrary(POULibrary):
    30 class NativeLibrary(POULibrary):
    31     def GetLibraryPath(self):
    31     def GetLibraryPath(self):
    32         return paths.AbsNeighbourFile(__file__, "NativeLib.xml") 
    32         return paths.AbsNeighbourFile(__file__, "NativeLib.xml")
    33