summaryrefslogtreecommitdiff
path: root/distutils2/command/install_headers.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-10-25 02:00:47 +0200
committerTarek Ziade <tarek@ziade.org>2010-10-25 02:00:47 +0200
commit3a2f924196e82ff2c2bdcff9188357c509c41320 (patch)
tree515387487062dcf19b21d0cbe9408e130dee98ed /distutils2/command/install_headers.py
parent5dbdebe52132f6dbfbf63919a20fa339624a0cb6 (diff)
downloaddisutils2-3a2f924196e82ff2c2bdcff9188357c509c41320.tar.gz
removed core.py
Diffstat (limited to 'distutils2/command/install_headers.py')
-rw-r--r--distutils2/command/install_headers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/command/install_headers.py b/distutils2/command/install_headers.py
index a305203..86db07f 100644
--- a/distutils2/command/install_headers.py
+++ b/distutils2/command/install_headers.py
@@ -4,7 +4,7 @@ Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory."""
-from distutils2.core import Command
+from distutils2.command.cmd import Command
# XXX force is never used