django-nose didn't work with django 1.1, so I went back to the nose plugin NoseDjango
[htsworkflow.git] / htsworkflow / frontend / eland_config / views.py
index 6169f8a8d0e7b17dd8302a3fe58a92028f6db4c7..d21f86bb9d9995a9bb3dd1e69c08fe3ddc8a44d3 100644 (file)
@@ -1,9 +1,9 @@
+from django.conf import settings
 from django.http import HttpResponse
 from django.shortcuts import render_to_response
 from django.core.exceptions import ObjectDoesNotExist
 
 from htsworkflow.frontend.eland_config import forms
-from htsworkflow.frontend import settings
 from htsworkflow.frontend.experiments import models
 
 import os