Commit 264679a7 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #14816 from gal0is:gal0is-branch

parents 1f519eea bb7dc5f9
......@@ -39,7 +39,7 @@ def bootstrap():
l_vars = locals()
if sys.version_info[:2] < (3, 0):
from cv2.load_config_py2 import exec_file_wrapper
from . load_config_py2 import exec_file_wrapper
else:
from . load_config_py3 import exec_file_wrapper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment