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 ed71450..dc64e78 100644 --- a/distutils2/command/install_data.py +++ b/distutils2/command/install_data.py @@ -4,7 +4,7 @@ import os, sys from shutil import Error -from sysconfig import get_paths, format_value +from distutils2._backport.sysconfig import get_paths, format_value from distutils2 import logger from distutils2.util import convert_path from distutils2.command.cmd import Command |
