NativeLib.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1850 614396cbffbf
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    25 
    25 
    26 import os
    26 import os
    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 
    30 class NativeLibrary(POULibrary):
    31 class NativeLibrary(POULibrary):
    31     def GetLibraryPath(self):
    32     def GetLibraryPath(self):
    32         return paths.AbsNeighbourFile(__file__, "NativeLib.xml")
    33         return paths.AbsNeighbourFile(__file__, "NativeLib.xml")