# File: paths.py # Author: Toshio Kuratomi # Date: 14 April, 2004 # Copyright: Toshio Kuratomi # License: GPL # Id: $Id: paths.py.pyin 137 2004-11-09 02:36:28Z badger $ """Global path information. The configure process substitutes values for the variables listed here. """ __revision__ = "$Rev: 137 $" datadir = '@#datadir#@' libdir = '@#libdir#@' prefix = '@#prefix#@' sysconfdir = '@#sysconfdir#@'