changeset 407:0c9dfae57107

fixed path issue
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 18 Aug 2010 00:02:21 +0200
parents b153a51b1d3b
children fadbb1eea649
files pylons_app/lib/indexers/daemon.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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