Changeset 747 for WAeUP_SRP/trunk/Widgets.py
- Timestamp:
- 25 Oct 2006, 06:42:46 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Widgets.py
r742 r747 346 346 widget_id = self.getWidgetId() 347 347 #import pdb;pdb.set_trace() 348 ##if v and type(v) is StringType:349 ##p,b,n = v.split('-')350 ##v = ScratchCardPin(v,b,n)348 if v and type(v) is StringType: 349 p,b,n = v.split('-') 350 v = ScratchCardPin(v,b,n) 351 351 if v: 352 352 p = '%s' % v.p
Note: See TracChangeset for help on using the changeset viewer.