From 33a59763e815360baeccb1c8ff5d14ae9c2b46ea Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Fri, 13 Nov 2009 14:41:27 -0800 Subject: [PATCH] Don't specify python version --- crepo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crepo.py b/crepo.py index 3b47b6b..39e31df 100755 --- a/crepo.py +++ b/crepo.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.5 +#!/usr/bin/env python # (c) Copyright 2009 Cloudera, Inc. from __future__ import with_statement from contextlib import closing