summaryrefslogtreecommitdiff
path: root/distutils2/command/install_data.py
diff options
context:
space:
mode:
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
commitdafc33fbc0701fa2c2a3536a1c7b470d3051b67f (patch)
tree0bdf1529f3b8c6c5ee3dfbebea52673946940461 /distutils2/command/install_data.py
parenta89e49a0feefd891338927c72f659f2ca7714368 (diff)
downloaddisutils2-dafc33fbc0701fa2c2a3536a1c7b470d3051b67f.tar.gz
Let the test suite run again
Diffstat (limited to 'distutils2/command/install_data.py')
-rw-r--r--distutils2/command/install_data.py2
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):