[GRASS-SVN] r58189 - in grass/trunk/gui/wxpython: gmodeler gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 10 13:36:49 PST 2013
Author: martinl
Date: 2013-11-10 13:36:49 -0800 (Sun, 10 Nov 2013)
New Revision: 58189
Modified:
grass/trunk/gui/wxpython/gmodeler/frame.py
grass/trunk/gui/wxpython/gui_core/pystc.py
Log:
wxGUI: fix pystc import (moved to gui_core)
Modified: grass/trunk/gui/wxpython/gmodeler/frame.py
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/frame.py 2013-11-10 21:31:40 UTC (rev 58188)
+++ grass/trunk/gui/wxpython/gmodeler/frame.py 2013-11-10 21:36:49 UTC (rev 58189)
@@ -50,10 +50,10 @@
from gmodeler.preferences import PreferencesDialog, PropertiesDialog
from gmodeler.toolbars import ModelerToolbar
from core.giface import Notification
+from gui_core.pystc import PyStc
from gmodeler.model import *
from gmodeler.dialogs import *
-from gmodeler.pystc import PyStc
from grass.script import core as grass
Modified: grass/trunk/gui/wxpython/gui_core/pystc.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/pystc.py 2013-11-10 21:31:40 UTC (rev 58188)
+++ grass/trunk/gui/wxpython/gui_core/pystc.py 2013-11-10 21:36:49 UTC (rev 58189)
@@ -1,12 +1,12 @@
"""!
- at package gmodeler.pystc
+ at package gui_core.pystc
- at brief Python styled text control
+ at brief Python styled text control widget
Classes:
- pystc::PyStc
-(C) 2012 by the GRASS Development Team
+(C) 2012-2013 by the GRASS Development Team
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
More information about the grass-commit
mailing list