Drop support for simplejson
[htsworkflow.git] / inventory / views.py
index 63f91a04634ad326329c26dc6e3b8e08469c7cb2..d9dda8dd34fcda457c74b17c57f5eec0826c07e5 100644 (file)
@@ -19,10 +19,7 @@ from bcmagic.utils import print_zpl_socket
 
 register_search_plugin('Inventory Item', item_search)
 
-try:
-    import json
-except ImportError as e:
-    import simplejson as json
+import json
 
 INVENTORY_CONTEXT_DEFAULTS = {
     'app_name': 'Inventory Tracker',