django-nose didn't work with django 1.1, so I went back to the nose plugin NoseDjango
[htsworkflow.git] / htsworkflow / frontend / bcmagic / utils.py
index e7d89d36e132eb1bece6b687304fc163a2a507ad..78919b00f99a8a834b90884b219fc2145f2e9f68 100644 (file)
@@ -1,4 +1,4 @@
-from htsworkflow.frontend import settings
+from django.conf import settings
 
 import ftplib
 import socket
@@ -53,4 +53,4 @@ def autofill(field, value):
     Return a bcm dictionary with a command to automatically fill the
     corresponding "field" with "value"
     """
-    return {'mode': 'autofill', 'field': field, 'value': value}
\ No newline at end of file
+    return {'mode': 'autofill', 'field': field, 'value': value}