Changeset 523 for WAeUP_SRP/trunk/Widgets.py
- Timestamp:
- 15 Sep 2006, 13:06:52 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Widgets.py
r519 r523 360 360 if v and type(v) is StringType: 361 361 p,b,n = v.split('-') 362 v = ScratchCardPin( v,b,n)362 v = ScratchCardPin(p,b,n) 363 363 if v: 364 364 b = '%s' % v.b … … 371 371 datastructure[widget_id+'_b'] = b 372 372 datastructure[widget_id+'_n'] = n 373 374 ###)375 376 377 373 return meth(mode=mode, 378 374 datastructure=datastructure, 379 375 prefix=self.prefix, 380 value=v,381 376 ) 377 ###) 382 378 383 379
Note: See TracChangeset for help on using the changeset viewer.