Thanks to visit codestin.com Credit goes to github.com
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 5322f00 commit a76bbd4Copy full SHA for a76bbd4
1 file changed
Lib/distutils/core.py
@@ -12,8 +12,12 @@
12
import sys, os
13
from types import *
14
from distutils.errors import *
15
+
16
+# Mainly import these so setup scripts can "from distutils.core import" them.
17
from distutils.dist import Distribution
18
from distutils.cmd import Command
19
+from distutils.extension import Extension
20
21
22
# This is a barebones help message generated displayed when the user
23
# runs the setup script with no arguments at all. More useful help
0 commit comments