NativeLib.py
changeset 1784 64beb9e9c749
parent 1736 7e61baa047f0
child 1850 614396cbffbf
equal deleted inserted replaced
1729:31e63e25b4cc 1784:64beb9e9c749
    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")
    33