def OnListDir(self, evt=None): from Priithon.all import Y Y.listFilesViewer()
def onDir(self, ev): from Priithon.all import Y Y.listFilesViewer(self.fn_or_fns) self.pyshell.addHistory("Y.listFilesViewer(r\"%s\")"%(self.fn_or_fns,))