diff options
Diffstat (limited to 'tests/import/pkg6/x/y.py')
| -rw-r--r-- | tests/import/pkg6/x/y.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/import/pkg6/x/y.py b/tests/import/pkg6/x/y.py index e8d863c6c..0abc82404 100644 --- a/tests/import/pkg6/x/y.py +++ b/tests/import/pkg6/x/y.py @@ -1 +1 @@ -print('y') +print("y") |
