#22092: merge with 3.4.

This commit is contained in:
Ezio Melotti 2014-08-07 03:28:26 +03:00
commit 869778e520
7 changed files with 8 additions and 5 deletions

View file

@ -14,7 +14,7 @@ from test import support
import unittest
from .support import (
from unittest.test.support import (
TestEquality, TestHashing, LoggingResult, LegacyLoggingResult,
ResultWithNoStartTestRunStopTestRun
)