diff options
author | Graham Higgins <gjh@bel-epa.com> | 2012-01-16 14:44:40 +0000 |
---|---|---|
committer | Graham Higgins <gjh@bel-epa.com> | 2012-01-16 14:44:40 +0000 |
commit | 9c4ce29a32fa9603e9c1d82b9f1416f31a5e814b (patch) | |
tree | de5a5f5e934964ca901a4c30d0dd1cf8d892142b /rdflib/exceptions.py | |
parent | 4719386137b73442a67dc99b4788b5c51672bccf (diff) | |
download | rdflib-9c4ce29a32fa9603e9c1d82b9f1416f31a5e814b.tar.gz |
Uncomment __all__, tests do all pass
Diffstat (limited to 'rdflib/exceptions.py')
-rw-r--r-- | rdflib/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/exceptions.py b/rdflib/exceptions.py index 2fbf7167..92e5f03d 100644 --- a/rdflib/exceptions.py +++ b/rdflib/exceptions.py @@ -2,7 +2,7 @@ TODO: """ -# __all__ = ['Error', 'TypeCheckError', 'SubjectTypeError', 'PredicateTypeError', 'ObjectTypeError', 'ContextTypeError', 'ParserError'] +__all__ = ['Error', 'TypeCheckError', 'SubjectTypeError', 'PredicateTypeError', 'ObjectTypeError', 'ContextTypeError', 'ParserError'] class Error(Exception): """Base class for rdflib exceptions.""" |