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

« back to all changes in this revision

Viewing changes to www/apps/tutorial/__init__.py

  • Committer: chadnickbok
  • Date: 2009-02-03 03:59:37 UTC
  • Revision ID: svn-v4:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1194
Removed an unused variabl added in for testing

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
    # (Assessable worksheets only, mandatory problems only)
209
209
    problems_done = 0
210
210
    problems_total = 0
211
 
    ctx['worksheetz'] = []
212
211
    for worksheet in ctx['worksheets']:
213
212
        stored_worksheet = ivle.database.Worksheet.get_by_name(req.store,
214
213
            subject, worksheet.id)