Skip to content

Commit 089e68b

Browse files
committed
Remove raise ImportError used for testing.
1 parent 36c6c88 commit 089e68b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/dist/command/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from roundup import msgfmt
88
try:
99
from setuptool.command.install import install as base
10-
raise ImportError
1110
except ImportError:
1211
from distutils.command.build import build as base
1312
import os

0 commit comments

Comments
 (0)