Explorar el Código

add some todo notes for pyshell

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46494 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 14 años
padre
commit
4aab80ce28
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 1 0
      gui/wxpython/gui_modules/gcmd.py
  2. 3 0
      gui/wxpython/gui_modules/gpyshell.py

+ 1 - 0
gui/wxpython/gui_modules/gcmd.py

@@ -588,6 +588,7 @@ def RunCommand(prog, flags = "", overwrite = False, quiet = False, verbose = Fal
                                             quiet, verbose, **kwargs))
     
     Debug.msg(1, "gcmd.RunCommand(): %s" % cmdString)
+    print "gcmd.RunCommand(): %s" % cmdString
     
     kwargs['stderr'] = subprocess.PIPE
     

+ 3 - 0
gui/wxpython/gui_modules/gpyshell.py

@@ -6,6 +6,9 @@
 Classes:
  - PyShellWindow
 
+@todo run pyshell and evaluate code in a separate instance of python
+& design the widget communicate back and forth with it
+
 (C) 2011 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