summaryrefslogtreecommitdiff
path: root/rdflib/plugins/parsers/rdfxml.py
diff options
context:
space:
mode:
authorGraham Higgins <gjh@bel-epa.com>2012-01-14 23:18:59 +0000
committerGraham Higgins <gjh@bel-epa.com>2012-01-14 23:18:59 +0000
commit4719386137b73442a67dc99b4788b5c51672bccf (patch)
tree1d8efd1c34df10ac13b6c6f830b9e1530c1bd37d /rdflib/plugins/parsers/rdfxml.py
parentb254852f3d1c940e32e3f2da090b4691ab6f06eb (diff)
downloadrdflib-4719386137b73442a67dc99b4788b5c51672bccf.tar.gz
__all__ together now
Diffstat (limited to 'rdflib/plugins/parsers/rdfxml.py')
-rw-r--r--rdflib/plugins/parsers/rdfxml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdflib/plugins/parsers/rdfxml.py b/rdflib/plugins/parsers/rdfxml.py
index 9dff7687..db2f986d 100644
--- a/rdflib/plugins/parsers/rdfxml.py
+++ b/rdflib/plugins/parsers/rdfxml.py
@@ -43,6 +43,7 @@ from rdflib.term import Literal
from rdflib.exceptions import ParserError, Error
from rdflib.parser import Parser
+# __all__ = ['create_parser', 'BagID', 'ElementHandler', 'RDFXMLHandler', 'RDFXMLParser']
RDFNS = RDF