Rework config to use ConfigParser.
authorW. Trevor King <wking@drexel.edu>
Tue, 7 Jun 2011 13:48:21 +0000 (09:48 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 7 Jun 2011 13:48:21 +0000 (09:48 -0400)
commit6abdc8a5021ad9ca2cadeafd80c69402ae509c37
treedf5266f9378bb1ca1afd8152ebf75cf08dc1eeb3
parentb7add8c2b1d72798897c420184844ff0272e68a8
Rework config to use ConfigParser.

This removes the ConfigObj dependency.

Also:
* reworked logging so you can override the default using
  logging.config.fileConfig.
* remove internal sys.exit calls and rely on bubbling exceptions.
g_pypi/__init__.py
g_pypi/cli.py
g_pypi/config.py
g_pypi/ebuild.py
g_pypi/portage_utils.py
scripts/g-pypi