'parse_configs.py' is a very simple script that demonstrates how to
parse two configuration files. In order to run it without installing
CondConfigParser, you can do:

  PYTHONPATH=.. python3 parse_configs.py

from the directory containing 'parse_configs.py'.


# Local Variables:
# coding: utf-8
# fill-column: 72
# End:
