5 lines
71 B
Python
5 lines
71 B
Python
|
try:
|
||
|
import execnet
|
||
|
except ImportError:
|
||
|
collect_ignore = ['.']
|