relative imports to absolute
This commit is contained in:
parent
9993155a70
commit
101d540a72
@ -1,8 +1,8 @@
|
|||||||
# main __init__.py
|
# main __init__.py
|
||||||
|
|
||||||
from .analysis import *
|
from pytestpavement.analysis import *
|
||||||
from .functions import *
|
from pytestpavement.functions import *
|
||||||
from .helper import *
|
from pytestpavement.helper import *
|
||||||
from .io import *
|
from pytestpavement.io import *
|
||||||
from .labtests import *
|
from pytestpavement.labtests import *
|
||||||
from .models import *
|
from pytestpavement.models import *
|
||||||
|
Loading…
Reference in New Issue
Block a user