Import the new Extension class, so setup scripts can
authorGreg Ward <gward@python.net>
Wed, 31 May 2000 01:11:20 +0000 (01:11 +0000)
committerGreg Ward <gward@python.net>
Wed, 31 May 2000 01:11:20 +0000 (01:11 +0000)
"from distutils.core import" it.

Lib/distutils/core.py

index 15a88147124afb514c7af67cdf07ed95c21da301..8903603925329183364d05ea72c88efc284715f9 100644 (file)
@@ -12,8 +12,12 @@ __revision__ = "$Id$"
 import sys, os
 from types import *
 from distutils.errors import *
+
+# Mainly import these so setup scripts can "from distutils.core import" them.
 from distutils.dist import Distribution
 from distutils.cmd import Command
+from distutils.extension import Extension
+
 
 # This is a barebones help message generated displayed when the user
 # runs the setup script with no arguments at all.  More useful help