Fix for py2.5
authorEd Page <eopage@byu.net>
Fri, 23 Dec 2011 15:15:31 +0000 (09:15 -0600)
committerEd Page <eopage@byu.net>
Fri, 23 Dec 2011 15:15:31 +0000 (09:15 -0600)
gonvert/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