diff options
author | mail_redacted_for_web | 2018-06-26 23:40:45 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2018-06-26 23:40:45 +0200 |
commit | b42568751323664ca5dfce8ed523d57c946b043c (patch) | |
tree | 81a18a4c5a6d737d7c9408d9817c9c47d0b48c63 /lib | |
parent | 0fc1cb64def2ac7c0e234670d2c72bd71107a818 (diff) | |
download | cgit-config-b42568751323664ca5dfce8ed523d57c946b043c.tar.bz2 |
Removed stray LUA comments from another script
Diffstat (limited to 'lib')
-rw-r--r-- | lib/email-filter.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/email-filter.py b/lib/email-filter.py index 1b44e1e..4075799 100644 --- a/lib/email-filter.py +++ b/lib/email-filter.py @@ -1,8 +1,5 @@ #!/usr/bin/env python3 -# Please prefer the email-gravatar.lua using lua: as a prefix over this script. This -# script is very slow, in comparison. -# # This script may be used with the email-filter or repo.email-filter settings in cgitrc. # # The following environment variables can be used to retrieve the configuration |