diff options
author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2020-05-18 17:38:43 +1000 |
---|---|---|
committer | Nicholas Car <nicholas.car@surroundaustralia.com> | 2020-05-18 17:38:43 +1000 |
commit | b72bf07a3f240a127629edf54337e80b605b2893 (patch) | |
tree | b9ec0972fad3e52bb8819ce970d375a1313318fe /examples/film.py | |
parent | 78e99a408859f0749ddfc628cbad60f4c5c93aea (diff) | |
download | rdflib-b72bf07a3f240a127629edf54337e80b605b2893.tar.gz |
removed "from builtins import input" as not neededkill-Py2
Diffstat (limited to 'examples/film.py')
-rw-r--r-- | examples/film.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/film.py b/examples/film.py index fd4157c4..f25d696b 100644 --- a/examples/film.py +++ b/examples/film.py @@ -35,7 +35,6 @@ except ImportError: from rdflib import BNode, ConjunctiveGraph, URIRef, Literal, Namespace, RDF from rdflib.namespace import FOAF, DC -from builtins import input storefn = os.path.expanduser("~/movies.n3") # storefn = '/home/simon/codes/film.dev/movies.n3' |