~pythoneers/ubuntu/lucid/pygments/ltsppa

« back to all changes in this revision

Viewing changes to pygments/styles/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt, Ubuntu Merge-o-Matic
  • Date: 2009-11-06 15:35:03 UTC
  • mfrom: (1.1.8 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091106153503-jj58ffh76rx68f8u
Tags: 1.1.1+dfsg-1ubuntu1
[ Ubuntu Merge-o-Matic ]
* Merge from debian testing, remaining changes:
  - Drop Recommends: on python-chardet to a Suggests:; this package is
    not in main and as encoding detection is heuristic anyway this isn't
    something we really want to recommend.
  - Call install with --install-layout=deb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
    Contains built-in styles.
7
7
 
8
 
    :copyright: 2006-2008 by Georg Brandl.
9
 
    :license: BSD, see LICENSE for more details.
 
8
    :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
 
9
    :license: BSD, see LICENSE for details.
10
10
"""
11
11
 
12
12
from pygments.plugin import find_plugin_styles