Fix for py2.5
[gonvert] / 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