Fixed inconsistent newlines

This commit is contained in:
Corne Dorrestijn 2014-08-12 14:28:18 +02:00
parent 0018d4b705
commit 6d9a88f415
2 changed files with 4 additions and 0 deletions

View file

@ -19,11 +19,13 @@ def tempdir(prefix=''):
atexit.register(shutil.rmtree, directory)
return directory
def enable_verbose_execute():
print 'Running in verbose mode'
global verbose_mode
verbose_mode = True
@contextlib.contextmanager
def scoped_cwd(path):
cwd = os.getcwd()