do not hardcode Python modules installation path (#575426)
commitb8e05a311c3b8b1cedb3a0686cff07bd3998327c
authorFrederic Peters <fpeters@0d.be>
Wed, 22 Apr 2009 10:43:15 +0000 (22 12:43 +0200)
committerFrederic Peters <fpeters@0d.be>
Wed, 22 Apr 2009 10:43:15 +0000 (22 12:43 +0200)
tree204818ae294b8f44ed95f1f451163a873caa6398
parent02dd17ebff1b2770b919f2579a7f1380814593fe
do not hardcode Python modules installation path (#575426)

In Python 2.6, site-packages got replaced by dist-packages, so
we get the actual value by asking distutils.
jhbuild/config.py