populate_metadata module is not under omero*
Closed this issue · 1 comments
manics commented
Expected: The populate_metadata
module should be under omero*
, e.g. import omero.populate_metadata
or import omero_metadata.populate_metadata
.
Actual: It's at the top level, import populate_metadata
Suggestion: Use the same layout in omero-upload where omero_upload/__init__.py
contains the public API methods