diff options
| author | ?ric Araujo <merwok@netwok.org> | 2011-09-12 02:13:02 +0200 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2011-09-12 02:13:02 +0200 |
| commit | dafc33fbc0701fa2c2a3536a1c7b470d3051b67f (patch) | |
| tree | 0bdf1529f3b8c6c5ee3dfbebea52673946940461 /distutils2/command/install_data.py | |
| parent | a89e49a0feefd891338927c72f659f2ca7714368 (diff) | |
| download | disutils2-dafc33fbc0701fa2c2a3536a1c7b470d3051b67f.tar.gz | |
Let the test suite run again
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..78cb6e2 100644 --- a/distutils2/command/install_data.py +++ b/distutils2/command/install_data.py @@ -4,10 +4,10 @@ import os, sys from shutil import Error -from sysconfig import get_paths, format_value from distutils2 import logger from distutils2.util import convert_path from distutils2.command.cmd import Command +from distutils2._backport.sysconfig import get_paths, format_value class install_data(Command): |
