Merge branch 'django1.4'
[htsworkflow.git] / htsworkflow / pipelines / retrieve_config.py
index 29f49bb32f8c3914976326d3b3b329db0021357e..fe2b9428cd01c38775c6a743dc2588b140425833 100644 (file)
@@ -22,7 +22,7 @@ from htsworkflow.util.url import normalize_url
 from htsworkflow.pipelines.genome_mapper import \
      getAvailableGenomes, \
      constructMapperDict
-from htsworkflow.pipelines.runfolder import LANE_LIST
+from htsworkflow.pipelines import LANE_LIST
 # JSON dictionaries use strings
 LANE_LIST_JSON = [ str(l) for l in LANE_LIST ]