summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-02-02 14:22:13 -0500
committerBenjamin Peterson <benjamin@python.org>2015-02-02 14:22:13 -0500
commit9b87cef48f614577774ac578d3587ca74d21772f (patch)
treee732223b3476662e65ce289266974de1da6b96c3
parent3da2330808fcd3fe77c1b367b1bd8fc0684eaf58 (diff)
downloadcpython-9b87cef48f614577774ac578d3587ca74d21772f.tar.gz
adjust for py3k module renaming
-rw-r--r--Lib/test/test_sys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index f86c7c1b89..2f66eb71d2 100644
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -539,7 +539,7 @@ class SysModuleTest(unittest.TestCase):
test.support.get_attribute(sys, "getwindowsversion")
self.assert_raise_on_new_sys_type(sys.getwindowsversion())
- @test.test_support.cpython_only
+ @test.support.cpython_only
def test_clear_type_cache(self):
sys._clear_type_cache()