polyphony.cfg ============= This file allows the user to configure the way Polyphony runs. It holds path and url information that is best not embedded in the code itself. It is parsed using the ConfigParser module. The :doc:`initial` reads in variable values and stores them in a global object on running a Polyphony routine. Its initial contents are shown below. @polyphonydatadir@ is replaced by ~/Polyphony by default. This can be changed by editing the setup.py file. .. code-block:: python .. literalinclude:: ../polyphony.cfg :language: python