summaryrefslogtreecommitdiff
path: root/dist/stat.py
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2011-09-28 15:17:33 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2011-09-28 15:17:33 +0000
commitd255df353dac9f1940262fc724a10139ed576619 (patch)
treee63597b85e562ea92193a649b60ce1f15ac088e4 /dist/stat.py
parenta21f05690e09793b73d14ac9836a69412140d87e (diff)
downloadmongo-d255df353dac9f1940262fc724a10139ed576619.tar.gz
fix a long-line complaint
Diffstat (limited to 'dist/stat.py')
-rw-r--r--dist/stat.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/stat.py b/dist/stat.py
index 2e13c1d5b5f..b43a189a4b6 100644
--- a/dist/stat.py
+++ b/dist/stat.py
@@ -95,7 +95,6 @@ f.close()
compare_srcfile(tmp_file, '../src/support/stat.c')
-
# print_dox --
# Print the tables for the dox file.
def print_dox(name, list):
@@ -108,7 +107,6 @@ def print_dox(name, list):
f.write('@row{' + l.desc + '}\n')
f.write('</table>\n\n')
-
# Update dox file
tmp_file = '__tmp'
f = open(tmp_file, 'w')