summaryrefslogtreecommitdiff
path: root/rdflib/tools/rdfpipe.py
diff options
context:
space:
mode:
authort0b3 <thomas.bettler@gmail.com>2020-05-08 19:54:27 +0200
committert0b3 <thomas.bettler@gmail.com>2020-06-22 20:34:26 +0200
commitf69df4252e3a8466c025e34585dac37c7691b47c (patch)
treea8b9546b5e895d9d6d011f39e804d09921f50681 /rdflib/tools/rdfpipe.py
parent228a8db9b6871f069167b9075eabe9c7027cba0e (diff)
downloadrdflib-f69df4252e3a8466c025e34585dac37c7691b47c.tar.gz
2to3 whole sourcebase
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
Diffstat (limited to 'rdflib/tools/rdfpipe.py')
-rw-r--r--rdflib/tools/rdfpipe.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/rdflib/tools/rdfpipe.py b/rdflib/tools/rdfpipe.py
index 6ec9e6c2..d0673f72 100644
--- a/rdflib/tools/rdfpipe.py
+++ b/rdflib/tools/rdfpipe.py
@@ -5,8 +5,6 @@ A commandline tool for parsing RDF in different formats and serializing the
resulting graph to a chosen format.
"""
-from __future__ import absolute_import
-
import sys
from optparse import OptionParser
import logging