Mercurial > p > roundup > code
diff scripts/spam-remover @ 8562:9c3ec0a5c7fc
chore: remove __future print_funcion from code.
Not needed as of Python 3.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 08 Apr 2026 21:39:40 -0400 |
| parents | c75defc1c2f0 |
| children |
line wrap: on
line diff
--- a/scripts/spam-remover Wed Apr 08 21:10:32 2026 -0400 +++ b/scripts/spam-remover Wed Apr 08 21:39:40 2026 -0400 @@ -22,7 +22,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -from __future__ import print_function _doc = ''' %prog [options] Remove file attachment spam from a tracker:
