summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-10-29 11:48:01 -0700
committerJoe Gordon <jogo@cloudscaling.com>2012-10-29 13:15:40 -0700
commitf82e765edbcd70fe2b7c0fa0b57014483a27bcd4 (patch)
treef139ce53289d8ff9f5f9a034281606f7b8fa4027 /tools
parent6143e90d77c4f3301000337a43a2c9782d785301 (diff)
downloadnova-f82e765edbcd70fe2b7c0fa0b57014483a27bcd4.tar.gz
nova-f82e765edbcd70fe2b7c0fa0b57014483a27bcd4.tar.xz
nova-f82e765edbcd70fe2b7c0fa0b57014483a27bcd4.zip
Remove extra print line in hacking.py
Change-Id: If3d5da52a55c1834f4dfa49d817010d314d1403a
Diffstat (limited to 'tools')
-rwxr-xr-xtools/hacking.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/hacking.py b/tools/hacking.py
index 4e013ae4f..a22e1c6ff 100755
--- a/tools/hacking.py
+++ b/tools/hacking.py
@@ -308,7 +308,6 @@ def nova_docstring_multiline_end(physical_line):
"""
pos = max([physical_line.find(i) for i in DOCSTRING_TRIPLE]) # start
if (pos != -1 and len(physical_line) == pos):
- print physical_line
if (physical_line[pos + 3] == ' '):
return (pos, "NOVA N403: multi line docstring end on new line")