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/util.py | |
parent | 4719386137b73442a67dc99b4788b5c51672bccf (diff) | |
download | rdflib-9c4ce29a32fa9603e9c1d82b9f1416f31a5e814b.tar.gz |
Uncomment __all__, tests do all pass
Diffstat (limited to 'rdflib/util.py')
-rw-r--r-- | rdflib/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/util.py b/rdflib/util.py index 396453df..188f8a93 100644 --- a/rdflib/util.py +++ b/rdflib/util.py @@ -58,7 +58,7 @@ from rdflib.term import BNode from rdflib.term import Literal from rdflib.term import URIRef -# __all__ = ['list2set', 'first', 'uniq', 'more_than', 'to_term', 'from_n3','date_time', 'parse_date_time', 'check_context', 'check_subject', 'check_predicate', 'check_object', 'check_statement', 'check_pattern'] +__all__ = ['list2set', 'first', 'uniq', 'more_than', 'to_term', 'from_n3','date_time', 'parse_date_time', 'check_context', 'check_subject', 'check_predicate', 'check_object', 'check_statement', 'check_pattern'] def list2set(seq): seen = set() |