~ubuntu-branches/ubuntu/dapper/python-docutils/dapper

« back to all changes in this revision

Viewing changes to test/test_settings.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-12-13 13:47:41 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213134741-fhuh5tq3n346q1oj
Tags: 0.3.9-0.1ubuntu1
Synchronize with Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Author: David Goodger
4
4
# Contact: goodger@python.org
5
 
# Revision:  $Revision: 1.12 $
6
 
# Date:      $Date: 2004/10/17 23:19:32 $
 
5
# Revision:  $Revision: 3039 $
 
6
# Date:      $Date: 2005-03-14 17:45:09 +0100 (Mon, 14 Mar 2005) $
7
7
# Copyright: This module has been placed in the public domain.
8
8
 
9
9
"""
43
43
    settings = {
44
44
        'old': {'datestamp': '%Y-%m-%d %H:%M UTC',
45
45
                'generator': 1,
 
46
                'no_random': 1,
46
47
                'python_home': 'http://www.python.org',
47
48
                'source_link': 1,
48
49
                'stylesheet': None,
50
51
                'template': fixpath('data/pep-html-template')},
51
52
        'one': {'datestamp': '%Y-%m-%d %H:%M UTC',
52
53
                'generator': 1,
 
54
                'no_random': 1,
53
55
                'python_home': 'http://www.python.org',
54
56
                'record_dependencies': utils.DependencyList(),
55
57
                'source_link': 1,