Fixed an import

This commit is contained in:
Christian Heimes 2008-03-28 10:52:42 +00:00
parent 51d1864eae
commit 75d43c839e

View file

@ -6,7 +6,7 @@
try:
from tests import support
except ImportError:
import support
from . import support
# Python imports
import unittest