beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with Copy/Paste in Primary Selection in Text Viewers
2013-05-13, Laurent Bessard
26baa0ae9fd7
Fixed bug with Copy/Paste in Primary Selection in Text Viewers
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")