Commit e53573a0 authored by Denis Bilenko's avatar Denis Bilenko

test__execmodules.py: comment out debug output

parent 8217c260
......@@ -10,7 +10,7 @@ class TestExec(BaseTestCase):
def make_exec_test(path, module):
def test(self):
sys.stderr.write('%s %s\n' % (module, path))
#sys.stderr.write('%s %s\n' % (module, path))
f = open(path)
src = f.read()
f.close()
......
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