4 lines
79 B
Python
4 lines
79 B
Python
import sys
|
|
import test.support
|
|
sys.modules['test.test_support'] = test.support
|