Merge pull request #14816 from gal0is:gal0is-branch

pull/14840/head
Alexander Alekhin 5 years ago
commit 264679a725
  1. 2
      modules/python/package/cv2/__init__.py

@ -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

Loading…
Cancel
Save