Fixed an import
This commit is contained in:
parent
51d1864eae
commit
75d43c839e
|
@ -6,7 +6,7 @@
|
|||
try:
|
||||
from tests import support
|
||||
except ImportError:
|
||||
import support
|
||||
from . import support
|
||||
|
||||
# Python imports
|
||||
import unittest
|
||||
|
|
Loading…
Reference in New Issue