• C
    Use unittest module instead of unittest2 module in python unittests. · 62d60462
    Chris Hajas 提交于
    Since python 2.7 has the unittest module included, we do not need to use
    unittest2 anymore. This removes this dependency requirement. We
    previously used the unittest2 module as it included features that were
    not present in python 2.6. There are still unittest2 dependencies in the
    TINC tests, but that may be a more intensive effort.
    62d60462
Makefile 9.1 KB