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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/__init__.py

Complete the rename of OfferingRESTView.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
from ivle.webapp.errors import NotFound, Forbidden
47
47
from ivle.webapp.tutorial.rst import rst as rstfunc
48
48
from ivle.webapp.tutorial.service import AttemptsRESTView, AttemptRESTView, \
49
 
                        ExerciseRESTView, WorksheetRESTView, OfferingRESTView
 
49
                      ExerciseRESTView, WorksheetRESTView, WorksheetsRESTView
50
50
 
51
51
class Worksheet:
52
52
    """This class represents a worksheet and a particular students progress