Changes between Version 8 and Version 9 of Submitting/Python
- Timestamp:
- 06/23/14 17:15:37 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Submitting/Python
v8 v9 211 211 212 212 {{{ 213 !python213 #!python 214 214 if ...: 215 215 win.SetLabel(_("Name for new 3D raster map to create")) … … 218 218 }}} 219 219 220 instead of constructing string from several parts 221 222 {{{ 223 !python220 instead of constructing string from several parts: 221 222 {{{ 223 #!python 224 224 if ...: 225 225 maplabel = 'raster map'