diff options
| -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' |
