diff options
author | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2017-01-31 23:41:52 +0100 |
---|---|---|
committer | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2017-01-31 23:41:52 +0100 |
commit | 96ff3544a8a2a5835645564de6fe93ec2c9d9fda (patch) | |
tree | 55cbcde992419077a12d0df691d34cd2263a0adb /rdflib/util.py | |
parent | 1d01e1ef7a0b321103cacee4c23838e8988a2a60 (diff) | |
download | rdflib-96ff3544a8a2a5835645564de6fe93ec2c9d9fda.tar.gz |
moved all compat code to rdflib.compatsix_2to3
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 cdb30b14..7d97942b 100644 --- a/rdflib/util.py +++ b/rdflib/util.py @@ -53,7 +53,7 @@ from rdflib.namespace import NamespaceManager from rdflib.term import BNode from rdflib.term import Literal from rdflib.term import URIRef -from rdflib.py3compat import sign +from rdflib.compat import sign __all__ = [ 'list2set', 'first', 'uniq', 'more_than', 'to_term', 'from_n3', |