~ubuntu-branches/debian/jessie/cherrypy3/jessie

« back to all changes in this revision

Viewing changes to cherrypy/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-08-15 14:52:43 UTC
  • mfrom: (6.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090815145243-ydtmn7e0vejt4r3l
* New upstream release (Closes: #528473)
* debian/rules:
- use the quilt make include file instead of using custom code; should
  make the package convertable to the new quilt source format
  (Closes: #538677)
* debian/control:
- updated Standards-Version with no changes
* debian/python-cherrypy3.links:
- fix link to point to the new place where python-support installs files

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
http://www.cherrypy.org/wiki/CherryPySpec
58
58
"""
59
59
 
60
 
__version__ = "3.1.1"
 
60
__version__ = "3.1.2"
61
61
 
62
62
from urlparse import urljoin as _urljoin
63
63