diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-01-10 02:30:53 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-01-10 02:30:53 +0000 |
commit | 5a87a506420c31a9490fccc7eac3f02e834ef9bc (patch) | |
tree | dbf91a21b1054e9a50b0cc82b0dc2b030c5fb521 /tools/lintstack.py | |
parent | 56341b7d60b5d8ca0b90db2cec5de67988d26064 (diff) | |
parent | 1d350ba53792bd7fe0fd6364a2598b893ccf061c (diff) | |
download | nova-5a87a506420c31a9490fccc7eac3f02e834ef9bc.tar.gz nova-5a87a506420c31a9490fccc7eac3f02e834ef9bc.tar.xz nova-5a87a506420c31a9490fccc7eac3f02e834ef9bc.zip |
Merge "fix N402 on tools/"
Diffstat (limited to 'tools/lintstack.py')
-rwxr-xr-x | tools/lintstack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lintstack.py b/tools/lintstack.py index ce9b6f8a6..5c4fb0a3a 100755 --- a/tools/lintstack.py +++ b/tools/lintstack.py @@ -16,7 +16,7 @@ # License for the specific language governing permissions and limitations # under the License. -"""pylint error checking""" +"""pylint error checking.""" import cStringIO as StringIO import json |