Used too new of a python feature
authorEd Page <eopage@byu.net>
Mon, 15 Aug 2011 10:55:26 +0000 (05:55 -0500)
committerEd Page <eopage@byu.net>
Mon, 15 Aug 2011 10:55:26 +0000 (05:55 -0500)
dialcentral/util/qore_utils.py

index 9e85c58..5fbf97e 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/env python
 
+from __future__ import with_statement
+
 import contextlib
 import logging