From 25feae28b398d58e10dbed81b6f89a2b441568ef Mon Sep 17 00:00:00 2001 From: "Erik M. Bray" Date: Tue, 5 Mar 2013 12:39:27 -0500 Subject: Yet another Python 2.5 fix; I really ought to just set up my own 2.5 installation --- pbr/d2to1/tests/test_hooks.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1