changeset 2641:cfcd981d6679 beta

import with_statment to make daemon.py python 2.5 compatible
author Indra Talip <indra.talip@gmail.com>
date Sat, 21 Jul 2012 01:28:22 +0200
parents 5f21a9dcb09d
children 88b0e82bcba4
files rhodecode/lib/indexers/daemon.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/indexers/daemon.py	Fri Jul 20 12:50:56 2012 +0200
+++ b/rhodecode/lib/indexers/daemon.py	Sat Jul 21 01:28:22 2012 +0200
@@ -22,6 +22,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+from __future__ import with_statement
 
 import os
 import sys