[GRASS-SVN] r64497 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 7 11:04:38 PST 2015
Author: martinl
Date: 2015-02-07 11:04:38 -0800 (Sat, 07 Feb 2015)
New Revision: 64497
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: remove unused import
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2015-02-07 18:49:31 UTC (rev 64496)
+++ grass/trunk/gui/wxpython/wxgui.py 2015-02-07 19:04:38 UTC (rev 64497)
@@ -29,14 +29,9 @@
from grass.script.core import set_raise_on_error
import wx
-try:
- import wx.lib.agw.advancedsplash as SC
-except ImportError:
- SC = None
from lmgr.frame import GMFrame
-
class GMApp(wx.App):
def __init__(self, workspace = None):
""" Main GUI class.
More information about the grass-commit
mailing list