~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to tools/quicktest.py

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Contact: garth@deadlybloodyserious.com
5
5
# Author: David Goodger
6
6
# Contact: goodger@users.sourceforge.net
7
 
# Revision: $Revision: 1.14 $
8
 
# Date: $Date: 2004/03/28 15:39:27 $
 
7
# Revision: $Revision: 3103 $
 
8
# Date: $Date: 2005-03-23 23:21:20 +0100 (Wed, 23 Mar 2005) $
9
9
# Copyright: This module has been placed in the public domain.
10
10
 
11
11
try:
157
157
            outputFormat = 'pretty'
158
158
        elif o in ['-t', '--test']:
159
159
            outputFormat = 'test'
160
 
        elif o == '--attributes':
 
160
        elif o in ['--attributes', '-A']:
161
161
            optargs['attributes'] = 1
162
162
        elif o in ['-d', '--debug']:
163
163
            optargs['debug'] = 1