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

« back to all changes in this revision

Viewing changes to bin/ivle-marks

  • Committer: Matt Giuca
  • Date: 2009-04-24 13:19:39 UTC
  • mto: This revision was merged to the branch mainline in revision 1196.
  • Revision ID: matt.giuca@gmail.com-20090424131939-1dgftrcyy8f4l7v4
ivle-marks: Removed temporary printing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
                % (subject_name, year, semester))
163
163
            return 1
164
164
 
165
 
    # TEMP
166
 
    print "Offering = %r" % offering
167
 
 
168
165
    # Get the list of assessable worksheets
169
166
    worksheets = list(offering.worksheets.find(assessable=True))
170
 
    # TEMP
171
 
    print "Worksheets:"
172
 
    for ws in worksheets:
173
 
        print "    %r" % ws
174
167
 
175
168
    # Start writing the CSV file - header
176
169
    csvfile = csv.writer(sys.stdout)