Mercurial > p > roundup > code
comparison scripts/add-issue @ 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 |
|---|---|
| 6 create the initial issue message (which may be empty). Issues will be | 6 create the initial issue message (which may be empty). Issues will be |
| 7 created as the current user (%s) if they exist as a Roundup | 7 created as the current user (%s) if they exist as a Roundup |
| 8 user, or "admin" otherwise. | 8 user, or "admin" otherwise. |
| 9 ''' | 9 ''' |
| 10 | 10 |
| 11 from __future__ import print_function | |
| 12 import sys, os, pwd | 11 import sys, os, pwd |
| 13 | 12 |
| 14 from roundup import instance, mailgw, date | 13 from roundup import instance, mailgw, date |
| 15 | 14 |
| 16 # open the instance | 15 # open the instance |
