From: Diane Trout Date: Thu, 10 Jun 2010 00:55:08 +0000 (+0000) Subject: new api module actually needed logging. X-Git-Tag: 0.4.3~8 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=e14be7ca7afe5c60704f98cc0d8114cddfa072ac new api module actually needed logging. --- diff --git a/htsworkflow/util/api.py b/htsworkflow/util/api.py index f6af79f..b5e2492 100644 --- a/htsworkflow/util/api.py +++ b/htsworkflow/util/api.py @@ -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