1
0

make help() available in console

This commit is contained in:
ecdsa
2013-03-04 17:36:49 +01:00
parent 527ba99ef2
commit e16451556e
3 changed files with 19 additions and 26 deletions

View File

@@ -191,11 +191,6 @@ class Console(QtGui.QPlainTextEdit):
QtCore.QCoreApplication.processEvents()
self.skip = not self.skip
if command == 'help()':
self.appendPlainText("no help here!")
self.newPrompt()
return
sys.stdout = stdoutProxy(self.appendPlainText)
try:
try: