summaryrefslogtreecommitdiff
path: root/creole/creole2html/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'creole/creole2html/parser.py')
-rw-r--r--creole/creole2html/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/creole/creole2html/parser.py b/creole/creole2html/parser.py
index 3cf263f..f6b538f 100644
--- a/creole/creole2html/parser.py
+++ b/creole/creole2html/parser.py
@@ -32,7 +32,7 @@ from creole.py3compat import TEXT_TYPE
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.