Commit eceebeb1 authored by Mark Dickinson's avatar Mark Dickinson

Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro.

parent 7e4b5c67
......@@ -3,7 +3,7 @@ from __future__ import unicode_literals, print_function
import sys
import unittest
from . import support
from test import support
class TestMultipleFeatures(unittest.TestCase):
......
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