summaryrefslogtreecommitdiff
path: root/python/SConscript
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2007-01-17 22:39:01 +1100
committerJonathan Lange <jml@mumak.net>2007-01-17 22:39:01 +1100
commit6e561994a1e668668dfd0280b906769c8bf0684a (patch)
tree88908e3ebea9ce8f6f90147c2e3de03524763c0a /python/SConscript
parent788efa722dc1f40b7661fa1f0429c156e33e74a6 (diff)
downloadsubunit-git-6e561994a1e668668dfd0280b906769c8bf0684a.tar.gz
whitespace cleanup
Diffstat (limited to 'python/SConscript')
-rw-r--r--python/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/SConscript b/python/SConscript
index d537e3e..8eb1136 100644
--- a/python/SConscript
+++ b/python/SConscript
@@ -12,7 +12,7 @@ prefix = os.path.commonprefix([
distutils.sysconfig.get_python_lib(),
distutils.sysconfig.get_python_inc(),
])
-# suffix to install .py files to is distutils.sysconfig.get_python_lib()
+# suffix to install .py files to is distutils.sysconfig.get_python_lib()
# after the common prefix
python_suffix = distutils.sysconfig.get_python_lib()[len(prefix):]
# install path for python is then in DESTDIR + python_suffix