[pyqgis-console] sextante => processing renaming: followup ec82b52

This commit is contained in:
Salvatore Larosa 2013-08-22 17:25:29 +02:00
parent 392a8774af
commit 8dc013117f
2 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ class ShellScintilla(QsciScintilla, code.InteractiveInterpreter):
self.setSelection(line, 4, line, selCmdLenght)
self.removeSelectedText()
if command == "processing":
# import Sextante class
# import Processing class
self.append('import processing')
elif command == "qtCore":
# import QtCore class

View File

@ -73,8 +73,8 @@
</tr>
<tr>
<td><img src="qrc:/images/themes/default/console/iconClassConsole.png" /></td>
<td><img src="qrc:/images/themes/default/console/iconSextanteConsole.png" /></td>
<td>Import Sextante class</td>
<td><img src="qrc:/images/themes/default/console/iconProcessingConsole.png" /></td>
<td>Import Processing class</td>
</tr>
<tr>
<td></td>