Merge branch 'master' of github.com:pre-commit/pre-commit

This commit is contained in:
Ken Struys 2014-03-13 23:05:19 -07:00
commit 356e4ba13b

View file

@ -56,7 +56,7 @@ setup(
],
}
)
""")
""")
foo_module = local.path('foo')
@ -68,7 +68,7 @@ setup(
def func():
print 'Hello World'
return 0
""")
""")
add_and_commit()