From f5c6fd96beb04ccd7a86817ad5be1163f8409420 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 17 May 2014 14:56:40 -0400 Subject: Avoid a bunch of deprecated functions. --- tests/modules/pkg1/p1a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/modules') 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() -- cgit v1.2.1