~ubuntu-branches/ubuntu/saucy/python-docutils/saucy-proposed

« back to all changes in this revision

Viewing changes to docutils/writers/newlatex2e/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Jakub Wilk
  • Date: 2011-08-07 23:24:56 UTC
  • mfrom: (11.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110807232456-ikquearlmix8hkp1
Tags: 0.7-4
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
    default_stylesheet_path = utils.relative_path(
33
33
        os.path.join(os.getcwd(), 'dummy'),
34
 
        os.path.join(os.path.dirname(__file__), default_stylesheet))
 
34
        os.path.join(docutils._datadir(__file__), default_stylesheet))
35
35
 
36
36
    settings_spec = (
37
37
        'LaTeX-Specific Options',