~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to bin/ivle-enrolallusers

Began implementing new dispatch framework (with Will Grant and Nick Chadwick).
Added package: ivle.webapp. This contains 'base', with some base class
    implementations for the new Plugins and Views, and 'admin', with 'user'
    (part of 'userservice') re-implemented for the new framework in a RESTful
    way.
dispatch: Added code to partly handle the new plugin system, then fall back to
    the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    logging.error("Year must be numeric")
70
70
    sys.exit(1)
71
71
 
72
 
options.year = None if options.year is None else unicode(options.year)
 
72
options.year = unicode(options.year)
73
73
 
74
74
for user in users:
75
75
    try: