Mercurial > p > roundup > code
changeset 7411:1acdc651133b
Remove raise ImportError used for testing.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 25 May 2023 16:37:07 -0400 |
| parents | b7cd007c2bd6 |
| children | 4ff18b1cd9bf |
| files | roundup/dist/command/build.py |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/dist/command/build.py Thu May 25 15:29:46 2023 -0400 +++ b/roundup/dist/command/build.py Thu May 25 16:37:07 2023 -0400 @@ -7,7 +7,6 @@ from roundup import msgfmt try: from setuptool.command.install import install as base - raise ImportError except ImportError: from distutils.command.build import build as base import os
