File: __init__.py

package info (click to toggle)
synopsis 0.8.0-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,112 kB
  • ctags: 12,996
  • sloc: cpp: 34,254; ansic: 33,620; python: 10,975; sh: 7,261; xml: 6,369; makefile: 773; asm: 445
file content (20 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Copyright (C) 2000 Stephen Davies
# Copyright (C) 2000 Stefan Seefeld
# All rights reserved.
# Licensed to the public under the terms of the GNU LGPL (>= 2),
# see the file COPYING for details.
#

"""HTML Formatter package.

The HTML formatter consists of three broad groups: the core, the views and the
utility classes. The core coordinates the view generation, and maintains the
config for the formatter, along with the utility classes in use. The views can
be selected via the config to produce output tailored to the users needs.
Finally, the utility classes are those that are used by many views, and
include things like the file layout, the table of contents, the tree formatter
to use, etc.
"""

from Formatter import Formatter