diff options
| author | Jeremy Kloth <jeremy.kloth@gmail.com> | 2011-09-12 05:10:57 -0600 |
|---|---|---|
| committer | Jeremy Kloth <jeremy.kloth@gmail.com> | 2011-09-12 05:10:57 -0600 |
| commit | 6cc3762352d9deb802ad5acf2f4c4b7bd7da904b (patch) | |
| tree | ffb0d29562ef3f8c89fd07e96514340b3371f85a /distutils2/command/install_data.py | |
| parent | 5ff96812fecd2ddf8ced17708d725f4982df4353 (diff) | |
| download | disutils2-6cc3762352d9deb802ad5acf2f4c4b7bd7da904b.tar.gz | |
Fixes to actually use the backports.
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 |
