aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-05-20 21:35:26 +0000
committerBenjamin Peterson <benjamin@python.org>2008-05-20 21:35:26 +0000
commitee8712cda46338d223509cc5751fd36509ad3860 (patch)
treebb9d363b4276566415457980472001c7e3ec2bed /Lib/test/test_frozen.py
parentBlock 2.6 Tkinter renaming reversal revisions. (diff)
downloadcpython-ee8712cda46338d223509cc5751fd36509ad3860.tar.gz
cpython-ee8712cda46338d223509cc5751fd36509ad3860.tar.bz2
cpython-ee8712cda46338d223509cc5751fd36509ad3860.zip
#2621 rename test.test_support to test.support
Diffstat (limited to 'Lib/test/test_frozen.py')
-rw-r--r--Lib/test/test_frozen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_frozen.py b/Lib/test/test_frozen.py
index de45b23a375..545941bedc7 100644
--- a/Lib/test/test_frozen.py
+++ b/Lib/test/test_frozen.py
@@ -1,6 +1,6 @@
# Test the frozen module defined in frozen.c.
-from test.test_support import captured_stdout, run_unittest
+from test.support import captured_stdout, run_unittest
import unittest
import sys, os