[Python-checkins] distutils2: Automated merge with ssh://hg at bitbucket.org/mtlpython/distutils2

tarek.ziade python-checkins at python.org
Sat Oct 2 00:52:19 CEST 2010


tarek.ziade pushed fc571d152df0 to distutils2:

http://hg.python.org/distutils2/rev/fc571d152df0
changeset:   700:fc571d152df0
parent:      698:996c9c60d2b1
parent:      699:c2707cecd0a6
user:        Yannick Gingras <ygingras at ygingras.net>
date:        Wed Sep 29 20:10:12 2010 -0400
summary:     Automated merge with ssh://hg@bitbucket.org/mtlpython/distutils2
files:       

diff --git a/runtests-cov.py b/runtests-cov.py
--- a/runtests-cov.py
+++ b/runtests-cov.py
@@ -136,8 +136,8 @@
 
 if __name__ == "__main__":
     try:
-        from distutils2.tests.support import unittest
+        import unittest2
     except ImportError:
-        sys.stderr.write('Error: You have to install unittest2')
+        sys.stderr.write('Error: You have to install unittest2\n')
         sys.exit(1)
     sys.exit(test_main())

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


More information about the Python-checkins mailing list