summaryrefslogtreecommitdiff
path: root/examples/custom_eval.py
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2016-11-19 07:44:22 +0100
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2017-01-30 17:43:04 +0100
commitfbf32e11862ca4d07b745a36b4389e900c60c00d (patch)
treed44c38852bc98fef2a903c56a2ac980ae0385f6f /examples/custom_eval.py
parentf007dace0a39c242ae450611b18463c774696253 (diff)
downloadrdflib-fbf32e11862ca4d07b745a36b4389e900c60c00d.tar.gz
converted examples
Diffstat (limited to 'examples/custom_eval.py')
-rw-r--r--examples/custom_eval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_eval.py b/examples/custom_eval.py
index 89975168..bad8ff1c 100644
--- a/examples/custom_eval.py
+++ b/examples/custom_eval.py
@@ -65,4 +65,4 @@ if __name__=='__main__':
# Find all FOAF Agents
for x in g.query(
'PREFIX foaf: <%s> SELECT * WHERE { ?s a foaf:Agent . }' % FOAF):
- print x
+ print(x)