Skip to content

Commit

Permalink
Fix python console for Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jun 15, 2013
1 parent 5cbfe07 commit 36e1b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/console/console_output.py
Expand Up @@ -133,7 +133,7 @@ def __init__(self, parent=None):

def insertInitText(self):
txtInit = QCoreApplication.translate("PythonConsole",
"Python {} on {}\n"
"Python {0} on {1}\n"
"## Type help(iface) for more info and list of methods.\n".format(sys.version, socket.gethostname()))
initText = self.setText(txtInit)

Expand Down

0 comments on commit 36e1b3b

Please sign in to comment.