Skip to content

Commit 077e50b

Browse files
committed
Remove raise ImportError used for testing.
1 parent 089e68b commit 077e50b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roundup/dist/command/build_doc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66

77
import os, sys
88
import os.path
9-
import glob
109

1110
try:
1211
from setuptools.command.install import install as _build_py
13-
raise ImportError
1412
except ImportError:
1513
from distutils.command.build import build as _build_py # try/except clause
1614
orig_build = _build_py

0 commit comments

Comments
 (0)