Changeset 6939
- Timestamp:
- 25 Oct 2011, 08:49:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/accesscode.py
r6937 r6939 556 556 batch = grok.getSite()['accesscodes'][batch_id] 557 557 except KeyError: 558 return None, u'No activation codeavailable.'558 return None, u'No AC batch available.' 559 559 rand_num = list(batch.getNewRandomNum())[0] 560 560 #import pdb; pdb.set_trace()
Note: See TracChangeset for help on using the changeset viewer.