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

« back to all changes in this revision

Viewing changes to bin/ivle-enrolallusers

  • Committer: Matt Giuca
  • Date: 2009-03-24 06:50:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: matt.giuca@gmail.com-20090324065039-5c6xkjeb8x2f5d01
doc/conf.py: Renamed project from "ivle" to "IVLE". (Turns out this is a
    friendly name).

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 = unicode(options.year)
 
72
options.year = None if options.year is None else unicode(options.year)
73
73
 
74
74
for user in users:
75
75
    try: