From 214a8a2963fbd967f91d8d1d10c272e9e9657256 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 15 Aug 2011 05:55:26 -0500 Subject: [PATCH] Used too new of a python feature --- dialcentral/util/qore_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dialcentral/util/qore_utils.py b/dialcentral/util/qore_utils.py index 9e85c58..5fbf97e 100644 --- a/dialcentral/util/qore_utils.py +++ b/dialcentral/util/qore_utils.py @@ -1,5 +1,7 @@ #!/usr/bin/env python +from __future__ import with_statement + import contextlib import logging -- 1.7.9.5