beremiz
Clone
Summary
Browse
Changes
Graph
Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear
2013-04-23, Laurent Bessard
f7aaf31d000f
Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")