Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor syslog version code a bit. #46

Merged
merged 2 commits into from Sep 26, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

don't call iteritems, it's not in Py3

  • Loading branch information
Mike Blume
Mike Blume committed Sep 26, 2013
commit feb21a49823382aa9bd9987da056f6dda02838a6
@@ -588,7 +588,7 @@ def product_for_configuration(current_environment,
printLog("Multiple versions of syslog detected on your system.")
index = 0
for (syslog_name, syslog_version)\
in supported_syslog_versions.iteritems():
in supported_syslog_versions.items():
index += 1
printLog("\t%d. %s(%s)" %
(index, syslog_name, syslog_version))
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.