Fail was caused by flake8 check. It complained about specific import statement. It was removed and the similar import was modified in dependent units.
Signed-off-by: Ondrej Nosek onosek@redhat.com
It seems that the import (pyrpkg/layout/init.py:14) can not be removed without replacing it with similar import elsewhere. Tests will surprisingly pass, but the layout system won't work properly. Probably will resolve it by marking this line to be ignored by checker. It was marked previously at inefective place.
rebased onto aeb86b62a8af691d6228993e36e3212636df4af6
Looks good to me.
Pull-Request has been merged by onosek
Fail was caused by flake8 check. It complained about specific import
statement. It was removed and the similar import was modified
in dependent units.
Signed-off-by: Ondrej Nosek onosek@redhat.com