diff options
| author | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2016-11-19 07:44:22 +0100 |
|---|---|---|
| committer | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2017-01-30 17:43:04 +0100 |
| commit | fbf32e11862ca4d07b745a36b4389e900c60c00d (patch) | |
| tree | d44c38852bc98fef2a903c56a2ac980ae0385f6f /examples/custom_eval.py | |
| parent | f007dace0a39c242ae450611b18463c774696253 (diff) | |
| download | rdflib-fbf32e11862ca4d07b745a36b4389e900c60c00d.tar.gz | |
converted examples
Diffstat (limited to 'examples/custom_eval.py')
| -rw-r--r-- | examples/custom_eval.py | 2 |
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) |
