muhkuh-sys / mbs

Muhkuh Build System
1 stars 2 forks source link

Fix ValueError: Attempted relative import in non-package #1

Closed finger42 closed 4 years ago

finger42 commented 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.

docbacardi commented 4 years ago

Thank you very much for the fix.