~gnarea/wsgi-xsendfile/main

« back to all changes in this revision

Viewing changes to xsendfile.py

  • Committer: Gustavo Narea
  • Date: 2010-05-18 14:23:30 UTC
  • Revision ID: gnarea@tech.2degreesnetwork.com-20100518142330-nl4x7ewpjslhovlo
Renamed project to wsgi-xsendfile

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Copyright (c) 2010, 2degrees Limited <http://dev.2degreesnetwork.com/>.
5
5
# All Rights Reserved.
6
6
#
7
 
# This file is part of wsgi-auth-token <https://launchpad.net/wsgi-auth-token>,
 
7
# This file is part of wsgi-xsendfile <https://launchpad.net/wsgi-xsendfile>,
8
8
# which is subject to the provisions of the BSD at
9
9
# <http://dev.2degreesnetwork.com/p/2degrees-license.html>. A copy of the
10
10
# license should accompany this distribution. THIS SOFTWARE IS PROVIDED "AS IS"
321
321
 
322
322
 
323
323
class AuthTokenException(Exception):
324
 
    """Base class for exceptions raised by wsgi-auth-token."""
 
324
    """Base class for exceptions raised by wsgi-xsendfile."""
325
325
    pass
326
326
 
327
327