Commit bb7dc5f9 authored by gal0is's avatar gal0is

Solve the import issue in Python2.

parent 1f519eea
......@@ -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