diff 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
line wrap: on
line diff
--- a/rhodecode/lib/utils.py	Sat Dec 03 21:00:36 2011 +0200
+++ b/rhodecode/lib/utils.py	Sun Dec 04 23:39:32 2011 +0200
@@ -597,5 +597,4 @@
 
         path_to_ini_file = os.path.realpath(conf)
         conf = paste.deploy.appconfig('config:' + path_to_ini_file)
-        pylonsconfig.init_app(conf.global_conf, conf.local_conf)
-
+        pylonsconfig.init_app(conf.global_conf, conf.local_conf)
\ No newline at end of file