Skip to content

Commit 10beb50

Browse files
committed
setup.py
1 parent add7b36 commit 10beb50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
import shutil
44
import subprocess
55
import sys
6+
from distutils.command.install import install
7+
from distutils.version import LooseVersion
68

79
from setuptools import Command, Extension, setup, errors
810
from setuptools.command.build import build
911
from setuptools.command.build_ext import build_ext
10-
from setuptools.command.install import install
1112

1213
BUILD_HOOKS = []
1314
INSTALL_HOOKS = []

0 commit comments

Comments
 (0)