8000 Fix another test_email import · TrendingTechnology/python-future@d66393a · GitHub
[go: up one dir, main page]

Skip to content

Commit d66393a

Browse files
committed
Fix another test_email import
1 parent b05a0c6 commit d66393a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

future/tests/test_email/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import time
77
import sys
88
from future.standard_library.email import utils
9-
from future.standard_library import support as test_support
9+
from future.standard_library.test import support as test_support
1010
from future.tests.base import unittest
1111

1212

0 commit comments

Comments
 (0)
0