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

pylint wants a space here #22

Merged
merged 1 commit into from Aug 23, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

pylint wants a space here

  • Loading branch information
Mike Blume
Mike Blume committed Aug 22, 2013
commit 1db8ea1dfd658439095f2f4a7ccb08a7700f4be9
@@ -240,7 +240,7 @@

# log facilities...
# (avoiding a dict comprehension for Python 2.6 compat)
LOG_FACILITIES = dict([(k, v << 3) for k,v in {
LOG_FACILITIES = dict([(k, v << 3) for k, v in {
"kern": 0, "user": 1, "mail": 2, "daemon": 3,
"auth": 4, "syslog": 5, "lpr": 6, "news": 7,
"uucp": 8, "cron": 9, "security": 10, "ftp": 11,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.