mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
Fixed an issue with a recursion of cv2 in python
This commit is contained in:
parent
c9e10e1d0b
commit
1feabf4275
@ -40,7 +40,7 @@ def bootstrap():
|
||||
BINARIES_PATHS = []
|
||||
|
||||
g_vars = globals()
|
||||
l_vars = locals()
|
||||
l_vars = locals().copy()
|
||||
|
||||
if sys.version_info[:2] < (3, 0):
|
||||
from . load_config_py2 import exec_file_wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user