NativeLib.py
branch1.1 Korean release
changeset 968 eee7625de1f7
parent 944 52a17be9c4d1
child 1511 91538d0c242c
equal deleted inserted replaced
808:6e205c1f05a0 968:eee7625de1f7
       
     1 import os
       
     2 from POULibrary import POULibrary
       
     3 
       
     4 class NativeLibrary(POULibrary):
       
     5     def GetLibraryPath(self):
       
     6         return os.path.join(os.path.split(__file__)[0], "NativeLib.xml") 
       
     7