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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2009-12-15 01:52:56 UTC
  • Revision ID: matt.giuca@gmail.com-20091215015256-6ynee77rnicszula
Minor comment fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
                           Worksheet, WorksheetExercise)
24
24
 
25
25
from ivle.webapp import ApplicationRoot
26
 
from ivle.webapp.routing import ROOT
27
 
from ivle.webapp.routing.decorators import forward_route, reverse_route
 
26
from ivle.webapp.publisher import ROOT
 
27
from ivle.webapp.publisher.decorators import forward_route, reverse_route
28
28
 
29
29
import ivle.worksheet
30
30