瀏覽代碼

wxGUI: fix pystc import (moved to gui_core)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58189 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父節點
當前提交
e1c65a232e
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      gui/wxpython/gmodeler/frame.py
  2. 3 3
      gui/wxpython/gui_core/pystc.py

+ 1 - 1
gui/wxpython/gmodeler/frame.py

@@ -50,10 +50,10 @@ from gui_core.forms       import GUI
 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
 

+ 3 - 3
gui/wxpython/gui_core/pystc.py

@@ -1,12 +1,12 @@
 """!
-@package gmodeler.pystc
+@package gui_core.pystc
 
-@brief Python styled text control
+@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.