We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c6c88 commit 089e68bCopy full SHA for 089e68b
roundup/dist/command/build.py
@@ -7,7 +7,6 @@
7
from roundup import msgfmt
8
try:
9
from setuptool.command.install import install as base
10
- raise ImportError
11
except ImportError:
12
from distutils.command.build import build as base
13
import os
0 commit comments