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

« back to all changes in this revision

Viewing changes to bin/ivle-showenrolment

  • Committer: David Coles
  • Date: 2010-07-28 10:45:53 UTC
  • mfrom: (1829 trunk)
  • mto: This revision was merged to the branch mainline in revision 1830.
  • Revision ID: coles.david@gmail.com-20100728104553-5z3nxt0l6kyfqfh5
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    for e in user.enrolments:
47
47
        print '%8s %10s %4s %8s %8s' % (
48
48
                e.offering.subject.code, e.offering.subject.short_name,
49
 
                e.offering.semester.year, e.offering.semester.semester,
 
49
                e.offering.semester.year, e.offering.semester.url_name,
50
50
                e.role
51
51
                )
52
52
else: