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

« back to all changes in this revision

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

Merge from object-publishing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
from ivle.database import Offering, ProjectSet, Project, Subject, User
21
21
 
22
22
from ivle.webapp import ApplicationRoot
23
 
from ivle.webapp.routing import ROOT
24
 
from ivle.webapp.routing.decorators import forward_route, reverse_route
 
23
from ivle.webapp.publisher import ROOT
 
24
from ivle.webapp.publisher.decorators import forward_route, reverse_route
25
25
 
26
26
@forward_route(ApplicationRoot, argc=1)
27
27
def root_to_user(root, segment):