[GRASS-SVN] r60520 - grass/branches/releasebranch_7_0/gui/wxpython/vnet
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 27 15:30:34 PDT 2014
Author: neteler
Date: 2014-05-27 15:30:34 -0700 (Tue, 27 May 2014)
New Revision: 60520
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/vnet/toolbars.py
Log:
wxGUI vnet tool: fix icon import
Modified: grass/branches/releasebranch_7_0/gui/wxpython/vnet/toolbars.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/vnet/toolbars.py 2014-05-27 16:15:13 UTC (rev 60519)
+++ grass/branches/releasebranch_7_0/gui/wxpython/vnet/toolbars.py 2014-05-27 22:30:34 UTC (rev 60520)
@@ -19,7 +19,7 @@
import wx
-from icon import MetaIcon
+from icons.icon import MetaIcon
from gui_core.toolbars import BaseToolbar, BaseIcons
from core.gcmd import RunCommand
from core.utils import _
More information about the grass-commit
mailing list