diff options
| author | Jonathan Lange <jml@mumak.net> | 2007-01-17 22:39:01 +1100 |
|---|---|---|
| committer | Jonathan Lange <jml@mumak.net> | 2007-01-17 22:39:01 +1100 |
| commit | 6e561994a1e668668dfd0280b906769c8bf0684a (patch) | |
| tree | 88908e3ebea9ce8f6f90147c2e3de03524763c0a /python/SConscript | |
| parent | 788efa722dc1f40b7661fa1f0429c156e33e74a6 (diff) | |
| download | subunit-git-6e561994a1e668668dfd0280b906769c8bf0684a.tar.gz | |
whitespace cleanup
Diffstat (limited to 'python/SConscript')
| -rw-r--r-- | python/SConscript | 2 |
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 |
