From fbd2ed02e552b1aa0eeac776e885374ede5d7a6a Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 7 Jan 2013 01:55:33 +0100 Subject: [PATCH] again py2.5... i should test in the future before pushing to dev... --- test/refactor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/refactor.py b/test/refactor.py index d09c3d35..92923b09 100755 --- a/test/refactor.py +++ b/test/refactor.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +from __future__ import with_statement import sys import os import traceback