diff options
author | Monty Taylor <mordred@inaugust.com> | 2012-07-26 08:22:01 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2012-08-03 12:15:44 -0500 |
commit | b71e86d4d7689896daddf40476f466df7ac6cabe (patch) | |
tree | 0d9a3a38afb6d2c27fcd272b9fbc4dfc0680164e /nova/notifications.py | |
parent | 87dcb13117459da0e92b98feadab8a4ecba2c4f9 (diff) | |
download | nova-b71e86d4d7689896daddf40476f466df7ac6cabe.tar.gz nova-b71e86d4d7689896daddf40476f466df7ac6cabe.tar.xz nova-b71e86d4d7689896daddf40476f466df7ac6cabe.zip |
Fix broken pep8 exclude processing.
First of all, our pep8 exclude was excluding openstack, to trap
for not doing pep8 checks on openstack/common, which comes from elsewhere.
But, pep8 strips filenames down to basename when doing exclude checks on
them, which makes no sense. To fix this, grab the two functions from pep8,
fix them, and monkeypatch them from within hacking.py.
Patch has been submitted upstream as:
https://github.com/jcrocholl/pep8/pull/111
Also, changed the exclude to catch just openstack/common.
Change-Id: If0b18ae828e74203f84a8b6f8b4ba0100b3bbc59
Diffstat (limited to 'nova/notifications.py')
0 files changed, 0 insertions, 0 deletions