[Python-checkins] distutils2: Remove bad exception raise.

tarek.ziade python-checkins at python.org
Wed Feb 16 22:23:57 CET 2011


tarek.ziade pushed 287f87c61aae to distutils2:

http://hg.python.org/distutils2/rev/287f87c61aae
changeset:   1059:287f87c61aae
user:        FELD Boris <lothiraldan at gmail.com>
date:        Sun Jan 30 11:59:48 2011 +0100
summary:
  Remove bad exception raise.

files:
  distutils2/tests/test_mkcfg.py

diff --git a/distutils2/tests/test_mkcfg.py b/distutils2/tests/test_mkcfg.py
--- a/distutils2/tests/test_mkcfg.py
+++ b/distutils2/tests/test_mkcfg.py
@@ -117,7 +117,6 @@
         fid = open(osp.join(self.wdir, 'setup.cfg'))
         lines = set([line.rstrip() for line in fid])
         fid.close()
-        raise Exception(lines)
         self.assertEqual(lines, set(['',
             '[metadata]',
             'version = 0.2',

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list