diff options
author | Jon Bernard <jbernard@tuxion.com> | 2011-10-24 12:32:00 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2011-10-24 12:32:00 -0400 |
commit | 95426bbf4c23001a10538dee1f27b39dcac4b952 (patch) | |
tree | 9299cbc1b9cd734e6e22ec035208f76e9da03e43 /test_dotfiles.py | |
parent | f42e86923ab6e136520f36bf87627a198b26833f (diff) | |
parent | fe87378a3a274e685e72224204660648d0afd6bd (diff) | |
download | dotfiles-95426bbf4c23001a10538dee1f27b39dcac4b952.tar.gz dotfiles-95426bbf4c23001a10538dee1f27b39dcac4b952.tar.bz2 dotfiles-95426bbf4c23001a10538dee1f27b39dcac4b952.zip |
Merge branch 'release/0.4.4'v0.4.4
Diffstat (limited to 'test_dotfiles.py')
-rwxr-xr-x | test_dotfiles.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |