This makes the code harder to read/debug/fix for seasoned python hackers.
Example: {{{ def resolve_dependencies_ugly(yumobj, logger = None, pbar = None): }}}
There should be no spaces around the keyword arguments.
See http://www.python.org/dev/peps/pep-0008/
Fixed in GIT, thanks