From cb0897af39e162352e408a59d0b897b3a915cc23 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 8 Aug 2011 13:35:48 +0000
Subject: [PATCH] minor: import packages explicitly in example dropbox

SVN: 22409
---
 screening/dist/tarball/installer/dropboxes/simple-dropbox.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/screening/dist/tarball/installer/dropboxes/simple-dropbox.py b/screening/dist/tarball/installer/dropboxes/simple-dropbox.py
index be28a70d26a..325e3f95352 100644
--- a/screening/dist/tarball/installer/dropboxes/simple-dropbox.py
+++ b/screening/dist/tarball/installer/dropboxes/simple-dropbox.py
@@ -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):
-- 
GitLab