beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug with multiline Pragma syntax highlighting in TextViewer
2013-05-09, Laurent Bessard
1ec5b4d244f3
Fix bug with multiline Pragma syntax highlighting in TextViewer
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")