[GRASS-SVN] r43912 - grass/branches/releasebranch_6_4/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 14 11:41:09 EDT 2010


Author: martinl
Date: 2010-10-14 08:41:08 -0700 (Thu, 14 Oct 2010)
New Revision: 43912

Removed:
   grass/branches/releasebranch_6_4/gui/wxpython/nviz/
   grass/branches/releasebranch_6_4/gui/wxpython/wxgui
Log:
remove unused files after backport from devbr6

Deleted: grass/branches/releasebranch_6_4/gui/wxpython/wxgui
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui	2010-10-14 15:39:14 UTC (rev 43911)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui	2010-10-14 15:41:08 UTC (rev 43912)
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-#% Module
-#%  description: wxPython-based GUI for GRASS GIS
-#%  keywords: general, gui
-#% End
-#%option
-#% key: workspace
-#% type: string
-#% description: Name of workspace file (.grc)
-#% required : no
-#%End
-
-if [ -z "$GISBASE" ] ; then
-    echo "You must be in GRASS GIS to run this program." 1>&2
-    exit 1
-fi
-
-if [ -z "$GRASS_PYTHON" ] ; then
-    g.message -e "GRASS_PYTHON environment variable not set"
-    exit 1
-fi
-
-if [ $# -eq 0 ] ; then
-    "$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py" &
-    exit 0
-fi
-
-if [ "$1" != "@ARGS_PARSED@" ] ; then
-  exec g.parser "$0" "$@"
-fi
-
-if test -n "$GIS_OPT_WORKSPACE" ; then
-    # load workspace file
-    "$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py" "--workspace" "$GIS_OPT_WORKSPACE" &
-else
-    "$GRASS_PYTHON" "$GISBASE/etc/wxpython/wxgui.py" &
-fi
-
-exit 0



More information about the grass-commit mailing list