Commit f8d45b50 authored by Lennart Regebro's avatar Lennart Regebro

Oups.

--HG--
branch : distribute
extra : rebase_source : 515bd00c3028ba0d58e57fd51d524a798b9b898d
parent bddf70b7
...@@ -113,7 +113,7 @@ class TestTestTest(unittest.TestCase): ...@@ -113,7 +113,7 @@ class TestTestTest(unittest.TestCase):
cmd.install_dir = site.USER_SITE cmd.install_dir = site.USER_SITE
cmd.user = 1 cmd.user = 1
old_stdout = sys.stdout old_stdout = sys.stdout
#sys.stdout = StringIO() sys.stdout = StringIO()
try: try:
try: # try/except/finally doesn't work in Python 2.4, so we need nested try-statements. try: # try/except/finally doesn't work in Python 2.4, so we need nested try-statements.
cmd.run() cmd.run()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment