Skip to content
Snippets Groups Projects
Commit cb0897af authored by tpylak's avatar tpylak
Browse files

minor: import packages explicitly in example dropbox

SVN: 22409
parent c1789759
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
# This is an example Jython dropbox for importing HCS image datasets
import os
from ch.systemsx.cisd.openbis.dss.etl.dto.api.v1 import *
from ch.systemsx.cisd.openbis.dss.etl.dto.api.v1 import SimpleImageDataConfig
from ch.systemsx.cisd.openbis.dss.etl.dto.api.v1 import ImageMetadata
class MyImageDataSetConfig(SimpleImageDataConfig):
def extractImageMetadata(self, imagePath):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment