Commit 32c211ba authored by Florent Xicluna's avatar Florent Xicluna

Fix some py3k warnings in the standard library.

parent d9daa5dd
......@@ -406,7 +406,7 @@ def execute (func, args, msg=None, verbose=0, dry_run=0):
log.info(msg)
if not dry_run:
apply(func, args)
func(*args)
def strtobool (val):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment