~ubuntu-branches/ubuntu/trusty/python-webob/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/wiki-example.txt

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-07 07:52:32 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20130107075232-w6x8r94du3t48wj4
Tags: 1.2.3-0ubuntu1
* New upstream release:
  - Dropped debian/patches/01_lp_920197.patch: no longer needed.
  - debian/watch: Update to point to pypi.
  - debian/rules: Disable docs build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
The finished code for this is available in
28
28
`docs/wiki-example-code/example.py
29
 
<http://bitbucket.org/ianb/webob/src/tip/docs/wiki-example-code/example.py>`_
 
29
<https://github.com/Pylons/webob/tree/master/docs/wiki-example-code/example.py>`_
30
30
-- you can run that file as a script to try it out.
31
31
 
32
32
Creating an Application