Commit d3ee0552 authored by Christian Heimes's avatar Christian Heimes

Fixed an import

parent e1460ae2
......@@ -6,7 +6,7 @@
try:
from tests import support
except ImportError:
import support
from . import support
# Python imports
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