Éric Araujo <mer...@netwok.org> added the comment:

Not a unittest expert, but I suspect that usual test for features will work:

try:
    from unittest.something.discovery import Loader
except ImportError:
    from unittest2.something.discovery import Loader

Adding Konrad to nosy, since adding new commands will be his GSoC work.

(Also adjusting versions and removing the gsoc keyword that means “Issue is a 
good candidate for Google’s Summer of Code”, not “Issue part of an accepted 
GSoC project”)

----------
versions: +Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 
3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8324>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to