[GRASS-SVN] r64947 - grass-addons/grass7/gui/wxpython/wx.mwprecip

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 30 14:12:38 PDT 2015


Author: martinl
Date: 2015-03-30 14:12:38 -0700 (Mon, 30 Mar 2015)
New Revision: 64947

Modified:
   grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py
Log:
wx.mwprecip: fix compilation AGAIN

Modified: grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py	2015-03-30 21:07:50 UTC (rev 64946)
+++ grass-addons/grass7/gui/wxpython/wx.mwprecip/g.gui.mwprecip.py	2015-03-30 21:12:38 UTC (rev 64947)
@@ -2,9 +2,11 @@
 
 import os
 import sys
+
+sys.path.insert(1, os.path.join(os.path.dirname(sys.path[0]), 'etc', 'g.gui.mwprecip'))
 from mw_util import *
 from mw3 import *
-sys.path.insert(1, os.path.join(os.path.dirname(sys.path[0]), 'etc', 'g.gui.mwprecip'))
+
 from core.gcmd import GMessage, GError
 from gui_core import gselect
 



More information about the grass-commit mailing list