This is a partial merge of the stanford branch with the caltech branch of
[htsworkflow.git] / htsworkflow / frontend / experiments / views.py
index 38880166cd00fe644624c4d382608f288ec74a9d..11d09cfe23a8ce068d324bb7ef4bab48fe34987b 100755 (executable)
@@ -3,7 +3,7 @@
 #shortcut to the above modules
 from django.shortcuts import render_to_response, get_object_or_404
 #from htswfrontend.fctracker.models import *
-from htswfrontend.exp_track.models import *
+from htsworkflow.frontend.experiments.models import *
 from django.http import HttpResponse
 from django.core.exceptions import ObjectDoesNotExist