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

« back to all changes in this revision

Viewing changes to ivle/webapp/media.py

  • Committer: William Grant
  • Date: 2009-07-04 11:50:52 UTC
  • mto: (1294.4.2 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090704115052-g8f0ffjdcoc0t6uk
Don't explicitly raise RoutingError during media traversal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
        path = segments
154
154
 
155
155
    if version is not None and version != root.config['media']['version']:
156
 
        raise RoutingError()
 
156
        return None
157
157
 
158
158
    ns = path[0]
159
159
    path = os.path.normpath(os.path.join(*path[1:]))