~ubuntu-branches/ubuntu/vivid/python-docutils/vivid

« back to all changes in this revision

Viewing changes to test/test_parsers/test_rst/test_inline_markup.py

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2012-12-18 15:06:21 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20121218150621-htq5khi7gvpex9yp
Tags: 0.10-0ubuntu1
* New upstream stable release.
* debian/patches/disable_py33_failing_tests.diff: add DEP-3 headers.
* Merged 0.9.1-2 changes from Debian.
* Bumped Standards-Version to 3.9.4, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/bin/env python
2
2
# -*- coding: utf8 -*-
3
3
 
4
 
# $Id$
 
4
# $Id: test_inline_markup.py 7243 2011-12-05 19:35:32Z milde $
5
5
# Author: David Goodger <goodger@python.org>
6
6
# Copyright: This module has been placed in the public domain.
7
7