diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2015-08-20 20:33:38 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-21 10:36:53 -0400 |
commit | 1633d1ad1d334b183e123192ccd8edc6277dad22 (patch) | |
tree | 4fffccecf6c5cd968abd99a08ca0389d0c5822d2 /scripts/maint/format_changelog.py | |
parent | 5cf24ff3af046391dcaf1df636e3bd5d7d17573d (diff) | |
download | tor-1633d1ad1d334b183e123192ccd8edc6277dad22.tar.gz tor-1633d1ad1d334b183e123192ccd8edc6277dad22.zip |
Remove tor-fw-helper more thoroughly
Diffstat (limited to 'scripts/maint/format_changelog.py')
-rwxr-xr-x | scripts/maint/format_changelog.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/maint/format_changelog.py b/scripts/maint/format_changelog.py index a557fcaf40..5e4c8cac9a 100755 --- a/scripts/maint/format_changelog.py +++ b/scripts/maint/format_changelog.py @@ -36,7 +36,6 @@ NO_HYPHENATE=set(""" pf-divert tor-resolve tor-gencert -tor-fw-helper """.split()) LASTLINE_UNDERFLOW_EXPONENT = 1 |