diff -r 6e205c1f05a0 -r eee7625de1f7 NativeLib.py --- /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") +