summaryrefslogtreecommitdiff
path: root/distutils2/command/install_data.py
diff options
context:
space:
mode:
authorJeremy Kloth <jeremy.kloth@gmail.com>2011-09-12 05:10:57 -0600
committerJeremy Kloth <jeremy.kloth@gmail.com>2011-09-12 05:10:57 -0600
commit6cc3762352d9deb802ad5acf2f4c4b7bd7da904b (patch)
treeffb0d29562ef3f8c89fd07e96514340b3371f85a /distutils2/command/install_data.py
parent5ff96812fecd2ddf8ced17708d725f4982df4353 (diff)
downloaddisutils2-6cc3762352d9deb802ad5acf2f4c4b7bd7da904b.tar.gz
Fixes to actually use the backports.
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..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