beremiz
Clone
Summary
Browse
Changes
Graph
Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else
2013-02-27, Laurent Bessard
7f9a9c47a317
Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")