NativeLib.py
branch1.1 Korean release
changeset 968 eee7625de1f7
parent 944 52a17be9c4d1
child 1511 91538d0c242c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NativeLib.py	Thu Mar 07 11:47:43 2013 +0900
@@ -0,0 +1,7 @@
+import os
+from POULibrary import POULibrary
+
+class NativeLibrary(POULibrary):
+    def GetLibraryPath(self):
+        return os.path.join(os.path.split(__file__)[0], "NativeLib.xml") 
+