NativeLib.py
changeset 1917 d51d14719392
parent 1881 091005ec69c4
child 3750 f62625418bff
equal deleted inserted replaced
1916:b69bea00765a 1917:d51d14719392
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
    26 
    26 
    27 from __future__ import absolute_import
    27 from __future__ import absolute_import
    28 import util.paths as paths
    28 import util.paths as paths
    29 from POULibrary import POULibrary
    29 from POULibrary import SimplePOULibraryFactory
    30 
    30 
    31 
    31 NativeLibrary = SimplePOULibraryFactory(
    32 class NativeLibrary(POULibrary):
    32     paths.AbsNeighbourFile(__file__, "NativeLib.xml"))
    33     def GetLibraryPath(self):
       
    34         return paths.AbsNeighbourFile(__file__, "NativeLib.xml")