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

« back to all changes in this revision

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

Merge from object-publishing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
"""Utility functions for filesystem views."""
19
19
 
20
 
from ivle.webapp.routing import ROOT
 
20
from ivle.webapp.publisher import ROOT
21
21
 
22
22
class FileBreadcrumb(object):
23
23
    def __init__(self, req, pathsegments, revno=None, final=False,suffix=None):