diff options
author | Lennart Regebro <regebro@gmail.com> | 2012-08-24 15:33:56 +0200 |
---|---|---|
committer | Lennart Regebro <regebro@gmail.com> | 2012-08-24 15:33:56 +0200 |
commit | f8d45b50bfcafabe759183e716059a2e2f702420 (patch) | |
tree | 2beb5777b22ab0f3630be05c7c9018720e1c219f /setuptools | |
parent | bddf70b7ebf990f88af9665c1da29d745da163f8 (diff) | |
download | external_python_setuptools-f8d45b50bfcafabe759183e716059a2e2f702420.tar.gz external_python_setuptools-f8d45b50bfcafabe759183e716059a2e2f702420.tar.bz2 external_python_setuptools-f8d45b50bfcafabe759183e716059a2e2f702420.zip |
Oups.
--HG--
branch : distribute
extra : rebase_source : 515bd00c3028ba0d58e57fd51d524a798b9b898d
Diffstat (limited to 'setuptools')
-rw-r--r-- | setuptools/tests/test_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_test.py b/setuptools/tests/test_test.py index ddbebaa9..ad7cbd0f 100644 --- a/setuptools/tests/test_test.py +++ b/setuptools/tests/test_test.py @@ -113,7 +113,7 @@ class TestTestTest(unittest.TestCase): cmd.install_dir = site.USER_SITE cmd.user = 1 old_stdout = sys.stdout - #sys.stdout = StringIO() + sys.stdout = StringIO() try: try: # try/except/finally doesn't work in Python 2.4, so we need nested try-statements. cmd.run() |