diff options
Diffstat (limited to 'distutils2/command/install_data.py')
| -rw-r--r-- | distutils2/command/install_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/command/install_data.py b/distutils2/command/install_data.py index 910c80f..e77b11c 100644 --- a/distutils2/command/install_data.py +++ b/distutils2/command/install_data.py @@ -7,7 +7,7 @@ platform-independent data files.""" import os -from distutils2.core import Command +from distutils2.command.cmd import Command from distutils2.util import change_root, convert_path class install_data(Command): |
