Skip to content
Snippets Groups Projects
Commit 62ae7187 authored by Robert Collins's avatar Robert Collins
Browse files

Just hard-depend on unittest2.

parent a3ec8a9a
No related branches found
No related tags found
No related merge requests found
import sys
info = sys.version_info
if info[:3] >= (3, 2, 0):
# for Python 3.2 ordinary unittest is fine
import unittest as unittest2
else:
import unittest2
import unittest2
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment