comparison rhodecode/lib/utils.py @ 1753:1d1ccb873d00 beta

moved soon-to-be-deleted code from vcs to rhodecode - diff lib - annotate highlighter
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 04 Dec 2011 23:39:32 +0200
parents 8ecc6b8229a5
children cf51bbfb120e
comparison
equal deleted inserted replaced
1752:f28dc032adf0 1753:1d1ccb873d00
596 from pylons import config as pylonsconfig 596 from pylons import config as pylonsconfig
597 597
598 path_to_ini_file = os.path.realpath(conf) 598 path_to_ini_file = os.path.realpath(conf)
599 conf = paste.deploy.appconfig('config:' + path_to_ini_file) 599 conf = paste.deploy.appconfig('config:' + path_to_ini_file)
600 pylonsconfig.init_app(conf.global_conf, conf.local_conf) 600 pylonsconfig.init_app(conf.global_conf, conf.local_conf)
601