# HG changeset patch # User Marcin Kuzminski # Date 1282082541 -7200 # Node ID 0c9dfae57107316eced7fe1d9fce6e98df43b264 # Parent b153a51b1d3b7b1e5c147039a41223e4df48576a fixed path issue diff -r b153a51b1d3b -r 0c9dfae57107 pylons_app/lib/indexers/daemon.py --- a/pylons_app/lib/indexers/daemon.py Tue Aug 17 23:15:36 2010 +0200 +++ b/pylons_app/lib/indexers/daemon.py Wed Aug 18 00:02: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