Mercurial > p > roundup > code
comparison roundup/dist/command/build.py @ 7411:1acdc651133b
Remove raise ImportError used for testing.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 25 May 2023 16:37:07 -0400 |
| parents | 42bf0a707763 |
| children | fed0f839c260 |
comparison
equal
deleted
inserted
replaced
| 7410:b7cd007c2bd6 | 7411:1acdc651133b |
|---|---|
| 5 # | 5 # |
| 6 from __future__ import print_function | 6 from __future__ import print_function |
| 7 from roundup import msgfmt | 7 from roundup import msgfmt |
| 8 try: | 8 try: |
| 9 from setuptool.command.install import install as base | 9 from setuptool.command.install import install as base |
| 10 raise ImportError | |
| 11 except ImportError: | 10 except ImportError: |
| 12 from distutils.command.build import build as base | 11 from distutils.command.build import build as base |
| 13 import os | 12 import os |
| 14 from glob import glob | 13 from glob import glob |
| 15 | 14 |
