Skip to content

Commit

Permalink
change to new-class
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Oct 20, 2011
1 parent 4f64408 commit 81df496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion creole/creole2html/emitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from creole.shared.utils import string2dict


class HtmlEmitter:
class HtmlEmitter(object):
"""
Generate HTML output for the document
tree consisting of DocNodes.
Expand Down
2 changes: 1 addition & 1 deletion creole/creole2html/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from creole.shared.document_tree import DocNode, DebugList


class CreoleParser:
class CreoleParser(object):
"""
Parse the raw text and create a document object
that can be converted into output using Emitter.
Expand Down

0 comments on commit 81df496

Please sign in to comment.