Commit graph

2 commits

Author SHA1 Message Date
wiz
7f88d19146 Fix PLIST for python != 2.7. 2013-07-08 16:17:20 +00:00
richard
0910416e44 Unittest2 is a backport of the new features added to the unittest testing
framework in Python 2.7. It is tested to run on Python 2.4 - 2.7.

To use unittest2 instead of unittest simply replace import unittest with
import unittest2.
2013-07-08 04:52:48 +00:00