py3: also catch ImportError when relative import fails
Python 3 apparently raises an ImportError where Python 2 raised a ValueError.
Please register or sign in to comment
Python 3 apparently raises an ImportError where Python 2 raised a ValueError.