initial commit
This commit is contained in:
6
venv/lib/python3.11/site-packages/cv2/load_config_py2.py
Normal file
6
venv/lib/python3.11/site-packages/cv2/load_config_py2.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# flake8: noqa
|
||||
import sys
|
||||
|
||||
if sys.version_info[:2] < (3, 0):
|
||||
def exec_file_wrapper(fpath, g_vars, l_vars):
|
||||
execfile(fpath, g_vars, l_vars)
|
||||
Reference in New Issue
Block a user