[GRASS-SVN] r40933 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 11 14:45:41 EST 2010


Author: aghisla
Date: 2010-02-11 14:45:40 -0500 (Thu, 11 Feb 2010)
New Revision: 40933

Added:
   grass/trunk/gui/wxpython/gui_modules/r_li_setup_GUI.py
Log:
Stub file for wxPython interface for r.li.setup. Opinions welcome.

Added: grass/trunk/gui/wxpython/gui_modules/r_li_setup_GUI.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/r_li_setup_GUI.py	                        (rev 0)
+++ grass/trunk/gui/wxpython/gui_modules/r_li_setup_GUI.py	2010-02-11 19:45:40 UTC (rev 40933)
@@ -0,0 +1,36 @@
+"""
+MODULE:    r_li_setup_GUI.py
+
+AUTHOR(S): Anne Ghisla <a.ghisla AT gmail.com>
+
+PURPOSE:   Dedicated GUI for r.li.setup, translated and reshaped from original TclTk.
+
+DEPENDS:   []
+
+COPYRIGHT: (C) 2010 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.
+"""
+# bulk import from location_wizard.py. 
+import os
+import shutil
+import re
+import string
+import sys
+import locale
+import platform
+
+import wx
+import wx.lib.mixins.listctrl as listmix
+import wx.wizard as wiz
+import wx.lib.scrolledpanel as scrolled
+import time
+
+import gcmd
+import globalvar
+import utils
+from grass.script import core as grass
+
+#@TODO create wizard instead of progressively increasing window



More information about the grass-commit mailing list