Milton wrote:
> and I need to compile the grass (or grass.py) again,
> or is just update this file with newst one?!
just edit in the change by hand. python code doesn't need to be recompiled*.
(* well, technically it takes care of that at run-time by itself and
(re)creates a .pyc file as needed the next time you start the program)
[AFAIU]
Hamish