Showing with 3 additions and 35 deletions.
  1. +1 −1 python/console/console_sci.py
  2. +0 −32 resources/context_help/MapServerExport
  3. +2 −2 resources/context_help/PythonConsole
2 changes: 1 addition & 1 deletion python/console/console_sci.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def commandConsole(self, command):
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
Expand Down
32 changes: 0 additions & 32 deletions resources/context_help/MapServerExport

This file was deleted.

4 changes: 2 additions & 2 deletions resources/context_help/PythonConsole
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down