예제 #1
0
파일: buttonPanel.py 프로젝트: inxi/guanxi
 def getManPage(self):
     out = self.inxi.getManPage()
     if not out:
         out = "Man page not found.  Please run inxi -U with root privileges, then try again."
     inxi = inxiWindow.inxiWindow()
     inxi.show("inxi Man Page", out)
예제 #2
0
파일: buttonPanel.py 프로젝트: inxi/guanxi
 def showHelp(self):
     inxi = inxiWindow.inxiWindow()
     inxi.show("inxi Command Reference", self.inxi.get('h'))