1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-12-15 09:38:16 +00:00

Add print_function for py2

This commit is contained in:
J. Fernando Sánchez
2019-02-15 13:46:37 +01:00
parent ea0b4748b6
commit 9937490213
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
from future.standard_library import print_function
import operator
import types
import sys
@@ -90,4 +91,4 @@ def test_example(g):
len(g))
test('A person has been defined',
g.subjects(RDF.type, term.URIRef('http://xmlns.com/foaf/0.1/Person')))
print('All tests passed. Well done!')
print('All tests passed. Well done!')