Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo in console_sci
  • Loading branch information
slarosa committed Oct 5, 2012
1 parent b3589d4 commit c212e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/console_sci.py
Expand Up @@ -152,11 +152,11 @@ def commandConsole(self, command):
self.append('cLayer = iface.mapCanvas().currentLayer()')
self.move_cursor_to_end()
elif command == "qtCore":
"""Retrieve current Layer from map camvas"""
"""Import QtCore class"""
self.append('from PyQt4.QtCore import *')
self.move_cursor_to_end()
elif command == "qtGui":
"""Retrieve current Layer from map camvas"""
"""Import QtGui class"""
self.append('from PyQt4.QtGui import *')
self.move_cursor_to_end()
self.setFocus()
Expand Down

0 comments on commit c212e91

Please sign in to comment.