From 368481f573c12a800fea332e582f953882da18ba Mon Sep 17 00:00:00 2001 From: Brandon King Date: Wed, 19 Aug 2009 23:04:31 +0000 Subject: [PATCH] Moved bcprinter.util to bcmagic.util. --- htsworkflow/frontend/inventory/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/frontend/inventory/views.py b/htsworkflow/frontend/inventory/views.py index cb2fca6..0e48d55 100644 --- a/htsworkflow/frontend/inventory/views.py +++ b/htsworkflow/frontend/inventory/views.py @@ -3,7 +3,7 @@ from htsworkflow.frontend.inventory.bcmagic import item_search from htsworkflow.frontend.bcmagic.plugin import register_search_plugin from htsworkflow.frontend.experiments.models import FlowCell from htsworkflow.frontend.bcmagic.forms import BarcodeMagicForm -from htsworkflow.frontend.bcprinter.util import print_zpl_socket +from htsworkflow.frontend.bcmagic.util import print_zpl_socket from htsworkflow.frontend import settings #from htsworkflow.util.jsonutil import encode_json -- 2.30.2