unittest2 for python <2.7

This commit is contained in:
Kenneth Reitz
2011-02-25 09:19:29 -05:00
parent 179cef4784
commit 54d78ebe46
3 changed files with 6 additions and 3 deletions
+3 -2
View File
@@ -7,7 +7,7 @@
Convore test suite.
Looks for authentication in 'CONVORE_NAME' and
'CONVORE_PASS' environment variables.
'CONVORE_PASS' environment variables for configuration.
:copyright: (c) 2011 by Kenneth Reitz.
:license: ISC, see LICENSE for more details.
@@ -15,7 +15,8 @@
import os
import unittest
import unittest2 as unittest
import convore