Files @ a3a7c3e03b76
Branch filter:

Location: kallithea/pylons_app/tests/configparser_test.py

Marcin Kuzminski
version bump. Bugfix when changelog parameter was not an int. Added limit for 100 changelogs to view at once.
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', '/')