Skip to content

Commit d5e231e

Browse files
committed
Silence setuptools complaining about being imported after distutils
Signed-off-by: Bert van Hall <bert.vanhall@gmx.de>
1 parent 39dc1ba commit d5e231e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"""Setup script for IntelHex."""
3737

3838
import sys, glob
39-
from distutils.core import Command
4039
try:
4140
from setuptools import setup
4241
except ImportError:
4342
from distutils.core import setup
43+
from distutils.core import Command
4444

4545
import intelhex, intelhex.__version__
4646

0 commit comments

Comments
 (0)