Changeset - cfcd981d6679
[Not reviewed]
beta
0 1 0
Indra Talip - 13 years ago 2012-07-21 01:28:22
indra.talip@gmail.com
import with_statment to make daemon.py python 2.5 compatible
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/indexers/daemon.py
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)