Closed finger42 closed 4 years ago
from . import xxx leads to the error:
from . import option_compiler ValueError: Attempted relative import in non-package
Changing this back to simple imports let the python2 tests run again.
Thank you very much for the fix.
from . import xxx leads to the error:
from . import option_compiler ValueError: Attempted relative import in non-package
Changing this back to simple imports let the python2 tests run again.