Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 8561:395c258636ad | 8562:9c3ec0a5c7fc |
|---|---|
| 20 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 20 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 21 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 21 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 22 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 22 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 23 # SOFTWARE. | 23 # SOFTWARE. |
| 24 | 24 |
| 25 from __future__ import print_function | |
| 26 _doc = ''' | 25 _doc = ''' |
| 27 %prog [options] | 26 %prog [options] |
| 28 Remove file attachment spam from a tracker: | 27 Remove file attachment spam from a tracker: |
| 29 - Edit the journal of the given issue(s) and remove the links to the | 28 - Edit the journal of the given issue(s) and remove the links to the |
| 30 spam-files | 29 spam-files |
