diff options
author | eikeon <devnull@localhost> | 2010-02-13 01:27:55 +0000 |
---|---|---|
committer | eikeon <devnull@localhost> | 2010-02-13 01:27:55 +0000 |
commit | 02b60fa0002fd2efd8a245265f0a8fce1122affd (patch) | |
tree | a993977327f23bd83c8e2eeb495b5df8bfd135eb /rdflib/parser.py | |
parent | d8166002dd19346ffffae7cc2194c4c197c9f1b5 (diff) | |
download | rdflib-02b60fa0002fd2efd8a245265f0a8fce1122affd.tar.gz |
Update issue 120
Diffstat (limited to 'rdflib/parser.py')
-rw-r--r-- | rdflib/parser.py | 2 |
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. |