fix missing import. Fixes #5092
This commit is contained in:
parent
b5f0dab43e
commit
516e880c9c
|
@ -36,6 +36,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
if os.name == 'nt':
|
if os.name == 'nt':
|
||||||
|
|
Loading…
Reference in New Issue