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

« back to all changes in this revision

Viewing changes to ivle/worksheet.py

  • Committer: William Grant
  • Date: 2009-02-26 02:03:51 UTC
  • Revision ID: grantw@unimelb.edu.au-20090226020351-61b5pi1qgejl2ufr
Remove the user portion of the group view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
    exercises = []
201
201
    # Turns the worksheet into an xml stream, and then finds all the 
202
202
    # exercise nodes in the stream.
203
 
    worksheetdata = genshi.XML(worksheet.get_xml())
 
203
    worksheetdata = genshi.XML(worksheet.data)
204
204
    for kind, data, pos in worksheetdata:
205
205
        if kind is genshi.core.START:
206
206
            # Data is a tuple of tag name and a list of name->value tuples