new api module actually needed logging.
[htsworkflow.git] / htsworkflow / util / api.py
index f6af79f054047882f2bf7905c8b9c2849103b325..b5e2492fef78c456ead6c68df03010a85adb8625 100644 (file)
@@ -2,6 +2,8 @@
 Common functions for accessing the HTS Workflow REST API
 
 """
+import logging
+
 # try to deal with python <2.6
 try:
   import json