beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when opening specific file editor
2013-07-05, Laurent Bessard
6b38acbe1fd0
Fix bug when opening specific file editor
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")