Fix python 2.6

This commit is contained in:
Anthony Sottile
2014-03-13 22:34:04 -07:00
parent 871ab4d72f
commit f178906400

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()