diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-08-18 11:44:24 -0400 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-08-18 11:44:24 -0400 |
| commit | b380e4a93f6d8ebc772c3989d27f9549b730eee5 (patch) | |
| tree | 5bdf75786a4bc9e67a805e18097629597e63abb7 /bin | |
| parent | 738bcb7d381a67b0884d861c7ad48fa08e37106a (diff) | |
Changed our minds: keep pylint equal to Ubuntu Lucid version, and use disable-msg throughout.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-rsapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-rsapi b/bin/nova-rsapi index 9ad6f9e94..e2722422e 100755 --- a/bin/nova-rsapi +++ b/bin/nova-rsapi @@ -1,5 +1,5 @@ #!/usr/bin/env python -# pylint: disable=C0103 +# pylint: disable-msg=C0103 # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2010 United States Government as represented by the |
