Commit d3ee0552 authored by Christian Heimes's avatar Christian Heimes

Fixed an import

parent e1460ae2
...@@ -6,7 +6,7 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment