summaryrefslogtreecommitdiff
path: root/rdflib/parser.py
diff options
context:
space:
mode:
authoreikeon <devnull@localhost>2010-02-13 01:27:55 +0000
committereikeon <devnull@localhost>2010-02-13 01:27:55 +0000
commit02b60fa0002fd2efd8a245265f0a8fce1122affd (patch)
treea993977327f23bd83c8e2eeb495b5df8bfd135eb /rdflib/parser.py
parentd8166002dd19346ffffae7cc2194c4c197c9f1b5 (diff)
downloadrdflib-02b60fa0002fd2efd8a245265f0a8fce1122affd.tar.gz
Update issue 120
Diffstat (limited to 'rdflib/parser.py')
-rw-r--r--rdflib/parser.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rdflib/parser.py b/rdflib/parser.py
index f896a33f..d0748bef 100644
--- a/rdflib/parser.py
+++ b/rdflib/parser.py
@@ -1,4 +1,6 @@
"""
+Parser plugin interface.
+
This module defines the parser plugin interface and contains other
related parser support code.