From 1ffffa414cbe26b695981ed25befc7ec9766936e Mon Sep 17 00:00:00 2001 From: Remco Wendt Date: Mon, 24 Oct 2011 11:20:38 +0200 Subject: Made dotfiles python2.5 compatible --- test_dotfiles.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test_dotfiles.py') diff --git a/test_dotfiles.py b/test_dotfiles.py index f9d6fcf..85cdce6 100755 --- a/test_dotfiles.py +++ b/test_dotfiles.py @@ -1,6 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +from __future__ import with_statement + import os import shutil import tempfile -- cgit v1.2.3