diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2013-11-05 09:47:42 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2013-11-05 09:47:42 +1100 |
commit | aa6c1500b2e3cb5369a646297bfaa3955f26758c (patch) | |
tree | 5910c20d5189a9e6e6edbafa91221123ab9a19e9 /dist/stat.py | |
parent | 56d82a4eb9d451a9da3c04597e266c9f7d85e10f (diff) | |
download | mongo-aa6c1500b2e3cb5369a646297bfaa3955f26758c.tar.gz |
Check Python scripts for 80 column line wrapping, fix violations.
Diffstat (limited to 'dist/stat.py')
-rw-r--r-- | dist/stat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/stat.py b/dist/stat.py index e6021cab18d..da975aad002 100644 --- a/dist/stat.py +++ b/dist/stat.py @@ -3,7 +3,6 @@ import re, string, sys, textwrap from dist import compare_srcfile -from dist import source_paths_list # Read the source files. from stat_data import dsrc_stats, connection_stats |