Fix the build in python 2.6: speeling error

This commit is contained in:
Anthony Sottile
2014-03-23 12:38:32 -07:00
parent 254655e2fd
commit ae1d1681b2
2 changed files with 1 additions and 2 deletions

View File

@@ -30,6 +30,5 @@ def install_environment():
def run_hook(hook, file_args):
# TODO: batch filenames
with in_env() as env:
return helpers.run_hook(env, hook, file_args)