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

« back to all changes in this revision

Viewing changes to bin/ivle-showenrolment

  • Committer: Matt Giuca
  • Date: 2010-07-20 08:21:54 UTC
  • Revision ID: matt.giuca@gmail.com-20100720082154-a2519bkxfnf1mops
setup/util: Now installs files with .sh extension (I am about to add one).

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.url_name,
 
49
                e.offering.semester.year, e.offering.semester.semester,
50
50
                e.role
51
51
                )
52
52
else: