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

This commit is contained in:
Mark Dickinson 2011-06-25 13:29:14 +02:00
parent 7e4b5c6773
commit eceebeb14f
1 changed files with 1 additions and 1 deletions

View File

@ -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):