Flatten project hierarchy, moving djano applications out of htsworkflow.frontend...
[htsworkflow.git] / htsworkflow / util / makebed.py
index c9383fed050e03dde1f62933ece42afdbab0c20b..895297b5e5bfe3fc0e7eab0db5e77612e2c5eba9 100644 (file)
@@ -154,7 +154,7 @@ def make_description(flowcell_id, lane):
     """
     compute a bedfile name and description from the django database
     """
-    from htsworkflow.frontend.experiments import models as experiments
+    from htsworkflow.experiments import models as experiments
 
     lane = int(lane)
     if lane < 1 or lane > 8: