summaryrefslogtreecommitdiff
path: root/tests/import/pkg7/mod2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/import/pkg7/mod2.py')
-rw-r--r--tests/import/pkg7/mod2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/import/pkg7/mod2.py b/tests/import/pkg7/mod2.py
index 039a5d174..657a6fb52 100644
--- a/tests/import/pkg7/mod2.py
+++ b/tests/import/pkg7/mod2.py
@@ -1,2 +1,2 @@
-print('mod2')
-bar = 'mod2.bar'
+print("mod2")
+bar = "mod2.bar"