summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik M. Bray <embray@stsci.edu>2013-03-05 12:39:27 -0500
committerErik M. Bray <embray@stsci.edu>2013-03-05 12:39:27 -0500
commit25feae28b398d58e10dbed81b6f89a2b441568ef (patch)
tree07822e845e9aa4ceeb08013e7c7b687c86e51ff4
parente8a1c1abb6a4137ac52aba7a2db2c5dac1f962d6 (diff)
downloadpbr-25feae28b398d58e10dbed81b6f89a2b441568ef.tar.gz
Yet another Python 2.5 fix; I really ought to just set up my own 2.5 installation
-rw-r--r--pbr/d2to1/tests/test_hooks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pbr/d2to1/tests/test_hooks.py b/pbr/d2to1/tests/test_hooks.py
index 6381b23..047e0b9 100644
--- a/pbr/d2to1/tests/test_hooks.py
+++ b/pbr/d2to1/tests/test_hooks.py
@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
import os
import textwrap