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: try:
from tests import support from tests import support
except ImportError: except ImportError:
import support from . import support
# Python imports # Python imports
import unittest import unittest