diff options
Diffstat (limited to 'rdflib/namespace.py')
-rw-r--r-- | rdflib/namespace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rdflib/namespace.py b/rdflib/namespace.py index c030aac3..1b1b49a5 100644 --- a/rdflib/namespace.py +++ b/rdflib/namespace.py @@ -73,6 +73,7 @@ from urllib import pathname2url from rdflib.term import URIRef, Variable, _XSD_PFX +# __all__ = ['is_ncname', 'split_uri', 'Namespace', 'NamespaceDict', 'ClosedNamespace', 'NamespaceManager'] class Namespace(URIRef): |