diff options
Diffstat (limited to 'tests/modules/pkg1')
| -rw-r--r-- | tests/modules/pkg1/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/pkg1/__init__.py b/tests/modules/pkg1/__init__.py index 3390a854..dbef951c 100644 --- a/tests/modules/pkg1/__init__.py +++ b/tests/modules/pkg1/__init__.py @@ -1,2 +1,2 @@ # A simple package for testing with. -print("pkg1.__init__: %s" % (__name__,)) +print(f"pkg1.__init__: {__name__}") |
