#22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.

This commit is contained in:
Ezio Melotti 2014-08-07 03:20:22 +03:00
parent 3d4b2d4df2
commit 1241c47aa2
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
)