diff options
author | t0b3 <thomas.bettler@gmail.com> | 2020-05-08 19:54:27 +0200 |
---|---|---|
committer | t0b3 <thomas.bettler@gmail.com> | 2020-06-22 20:34:26 +0200 |
commit | f69df4252e3a8466c025e34585dac37c7691b47c (patch) | |
tree | a8b9546b5e895d9d6d011f39e804d09921f50681 /rdflib/util.py | |
parent | 228a8db9b6871f069167b9075eabe9c7027cba0e (diff) | |
download | rdflib-f69df4252e3a8466c025e34585dac37c7691b47c.tar.gz |
2to3 whole sourcebase
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
Diffstat (limited to 'rdflib/util.py')
-rw-r--r-- | rdflib/util.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rdflib/util.py b/rdflib/util.py index 92996ec7..88cef828 100644 --- a/rdflib/util.py +++ b/rdflib/util.py @@ -28,9 +28,6 @@ Statement and component type checkers * check_pattern """ -from __future__ import absolute_import -from __future__ import division -from __future__ import print_function from calendar import timegm from time import altzone |