summaryrefslogtreecommitdiffstats
path: root/tools/lintstack.py
diff options
context:
space:
mode:
authorSean Dague <sdague@linux.vnet.ibm.com>2013-01-08 17:08:09 -0500
committerSean Dague <sdague@linux.vnet.ibm.com>2013-01-09 15:47:22 -0500
commit1d350ba53792bd7fe0fd6364a2598b893ccf061c (patch)
tree8004a6087b39c46f4aade73ca548aea475ee986d /tools/lintstack.py
parentf4ee8bc87a2b8b4ea82ba273a9eff61e5d702665 (diff)
downloadnova-1d350ba53792bd7fe0fd6364a2598b893ccf061c.tar.gz
nova-1d350ba53792bd7fe0fd6364a2598b893ccf061c.tar.xz
nova-1d350ba53792bd7fe0fd6364a2598b893ccf061c.zip
fix N402 on tools/
fix N402 (single line docstrings should end in a period) Change-Id: I2086dfb33a6efeb6ef6edc6a326182b6deda2527
Diffstat (limited to 'tools/lintstack.py')
-rwxr-xr-xtools/lintstack.py2
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