diff options
Diffstat (limited to 'tests/cpydiff/modules/foo.py')
-rw-r--r-- | tests/cpydiff/modules/foo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpydiff/modules/foo.py b/tests/cpydiff/modules/foo.py index e6e33a7b4..51cd4b249 100644 --- a/tests/cpydiff/modules/foo.py +++ b/tests/cpydiff/modules/foo.py @@ -1,2 +1,2 @@ -print('foo') +print("foo") xxx |