From affdec1e4b7849207c7721bc7d6d50298581693b Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Sat, 12 Sep 2009 02:18:43 +0000 Subject: Shuffle around writer names - Rename HTML -> HTML1, HTMLlog -> HTMLlog1. Set HTML darcs-hash:20090912021843-82ea9-e82a99401cf16dc6ffd9eab5819182d0c372f4e3.gz --- (limited to 'writers.py') diff --git a/writers.py b/writers.py index 6fad476..56b602d 100644 --- a/writers.py +++ b/writers.py @@ -184,7 +184,7 @@ class TextLog(_BaseWriter): -class HTMLlog(_BaseWriter): +class HTMLlog1(_BaseWriter): def format(self, extension=None): """Write pretty HTML logs.""" M = self.M @@ -325,7 +325,7 @@ html_template = textwrap.dedent('''\ ''') -class HTML(_BaseWriter): +class HTML1(_BaseWriter): body = textwrap.dedent('''\ @@ -587,6 +587,7 @@ class HTML2(_BaseWriter, _CSSmanager): html = html_template % repl return html +HTML = HTML2 class ReST(_BaseWriter): -- cgit v0.9.1