summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2020-05-18 17:38:43 +1000
committerNicholas Car <nicholas.car@surroundaustralia.com>2020-05-18 17:38:43 +1000
commitb72bf07a3f240a127629edf54337e80b605b2893 (patch)
treeb9ec0972fad3e52bb8819ce970d375a1313318fe
parent78e99a408859f0749ddfc628cbad60f4c5c93aea (diff)
downloadrdflib-kill-Py2.tar.gz
removed "from builtins import input" as not neededkill-Py2
-rw-r--r--examples/film.py1
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'