new api module actually needed logging.
authorDiane Trout <diane@caltech.edu>
Thu, 10 Jun 2010 00:55:08 +0000 (00:55 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 10 Jun 2010 00:55:08 +0000 (00:55 +0000)
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