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:
@@ -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!')
|
||||
|
||||
Reference in New Issue
Block a user