mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
Fix python 2.6
This commit is contained in:
parent
871ab4d72f
commit
f178906400
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ setup(
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
""")
|
""")
|
||||||
|
|
||||||
foo_module = local.path('foo')
|
foo_module = local.path('foo')
|
||||||
|
|
||||||
|
|
@ -68,7 +68,7 @@ setup(
|
||||||
def func():
|
def func():
|
||||||
print 'Hello World'
|
print 'Hello World'
|
||||||
return 0
|
return 0
|
||||||
""")
|
""")
|
||||||
|
|
||||||
add_and_commit()
|
add_and_commit()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue