summaryrefslogtreecommitdiff
path: root/tests/run/initial_file_path.srctree
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/initial_file_path.srctree')
-rw-r--r--tests/run/initial_file_path.srctree8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/run/initial_file_path.srctree b/tests/run/initial_file_path.srctree
index a55df688b..e90cf6866 100644
--- a/tests/run/initial_file_path.srctree
+++ b/tests/run/initial_file_path.srctree
@@ -29,8 +29,8 @@ except ImportError as e:
traceback.print_exc()
def test():
- print "FILE: ", initial_file
- print "PATH: ", initial_path
+ print("FILE: ", initial_file)
+ print("PATH: ", initial_path)
assert initial_path[0].endswith('my_test_package'), initial_path
assert initial_file.endswith('__init__.py'), initial_file
assert import_error is None, import_error
@@ -51,8 +51,8 @@ except ImportError as e:
traceback.print_exc()
def test():
- print "FILE: ", initial_file
- print "PATH: ", initial_path
+ print("FILE: ", initial_file)
+ print("PATH: ", initial_path)
assert initial_path[0].endswith('another'), initial_path
assert initial_file.endswith('__init__.py'), initial_file
assert import_error is None, import_error