summaryrefslogtreecommitdiff
path: root/taskflow/test.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-09-21 10:37:35 -0700
committerJoshua Harlow <harlowja@gmail.com>2014-12-08 22:09:13 -0800
commit14431bc0769673fe5a70182189e2d4038a804cd8 (patch)
treebf80571191d61ce722f5ac6305afef427a6165e0 /taskflow/test.py
parentbdb2a3a89b1c76606aa468beb08ea89c79ccb24b (diff)
downloadtaskflow-14431bc0769673fe5a70182189e2d4038a804cd8.tar.gz
Add and use a new simple helper logging module
Add a new logging BLATHER level to easily allow its usage for messages that are below the normal DEBUG level such as compilation information and scope lookup info which can be very verbose in logs if always enabled. Change-Id: I828211403bd02bfd6777b10cdcfe58fb0637a52c
Diffstat (limited to 'taskflow/test.py')
-rw-r--r--taskflow/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/taskflow/test.py b/taskflow/test.py
index c6a56a9..bf25222 100644
--- a/taskflow/test.py
+++ b/taskflow/test.py
@@ -14,6 +14,8 @@
# License for the specific language governing permissions and limitations
# under the License.
+from __future__ import absolute_import
+
import collections
import logging