diff options
Diffstat (limited to 'tests/modules/pkg1/p1a.py')
-rw-r--r-- | tests/modules/pkg1/p1a.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/pkg1/p1a.py b/tests/modules/pkg1/p1a.py index be5fcdd3..337add49 100644 --- a/tests/modules/pkg1/p1a.py +++ b/tests/modules/pkg1/p1a.py @@ -1,5 +1,5 @@ import os, sys # Invoke functions in os and sys so we can see if we measure code there. -x = sys.getcheckinterval() +x = sys.getfilesystemencoding() y = os.getcwd() |