#! /usr/bin/env python # .. coding: utf8 # $Id$ # Author: Günter Milde # Copyright: This module has been placed in the public domain. """ Test module for the command line. """ import os.path import unittest import sys import DocutilsTestSupport # must be imported before docutils import docutils.core import docutils.utils try: import subprocess # new in 2.4 except ImportError: argv_encoding = None try: import locale argv_encoding = locale.getpreferredencoding() except: argv_encoding = None testoutput = u"""\