Mercurial > p > roundup > code
comparison roundup/dist/command/build.py @ 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 | fed0f839c260 |
| children |
comparison
equal
deleted
inserted
replaced
| 8561:395c258636ad | 8562:9c3ec0a5c7fc |
|---|---|
| 1 # | 1 # |
| 2 # Copyright (C) 2009 Stefan Seefeld | 2 # Copyright (C) 2009 Stefan Seefeld |
| 3 # All rights reserved. | 3 # All rights reserved. |
| 4 # For license terms see the file COPYING.txt. | 4 # For license terms see the file COPYING.txt. |
| 5 # | 5 # |
| 6 from __future__ import print_function | |
| 7 from roundup import msgfmt | 6 from roundup import msgfmt |
| 8 try: | 7 try: |
| 9 from setuptool.command.install import install as base | 8 from setuptool.command.install import install as base |
| 10 except ImportError: | 9 except ImportError: |
| 11 from distutils.command.build import build as base | 10 from distutils.command.build import build as base |
