view pylons_app/tests/configparser_test.py @ 167:e5a25c57c97f

files source updated to use webhelpers huminizer for file size, and added link to annotation
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 02:12:41 +0200
parents 2620dac853ad
children
line wrap: on
line source

import os
p = os.path.dirname(__file__)
repos = os.path.join(p, '../..', 'hgwebdir.config')
#repos = "/home/marcink/python_workspace/hg_app/hgwebdir.config"
print repos
from ConfigParser import ConfigParser

cp = ConfigParser()

cp.read(repos)
print cp.get('paths', '/')