Mercurial > public > src > rhodecode
changeset 443:bb1935a634d5 demo
Merge with fadbb1eea649489fd4415617358efd10efcb4ea6
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Wed, 18 Aug 2010 00:21:21 +0200 |
parents | e89aeac9a607 (current diff) fadbb1eea649 (diff) |
children | 0dd10d431d2f |
files | |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pylons_app/lib/indexers/daemon.py Tue Aug 17 23:51:00 2010 +0200 +++ b/pylons_app/lib/indexers/daemon.py Wed Aug 18 00:21:21 2010 +0200 @@ -32,7 +32,7 @@ from os.path import join as jn #to get the pylons_app import -sys.path.append(dn(dn(dn(os.path.realpath(__file__))))) +sys.path.append(dn(dn(dn(dn(os.path.realpath(__file__)))))) from pylons_app.config.environment import load_environment from pylons_app.model.hg_model import HgModel