# HG changeset patch # User Indra Talip # Date 2012-07-20 23:28:22 # Node ID cfcd981d66793e6d8d6469112f6ffbbac3b3a21c # Parent 5f21a9dcb09dce0ff65efbe6982f8021a423a06d import with_statment to make daemon.py python 2.5 compatible diff --git a/rhodecode/lib/indexers/daemon.py b/rhodecode/lib/indexers/daemon.py --- a/rhodecode/lib/indexers/daemon.py +++ b/rhodecode/lib/indexers/daemon.py @@ -22,6 +22,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +from __future__ import with_statement import os import sys