changeset 1614:0952d164030e

hgk.py is not a script (no '#!' line needed)
author Vincent Danjean <Vincent.Danjean@ens-lyon.org>
date Thu, 12 Jan 2006 06:29:06 +0100
parents 17e39fd24cb4
children 83238c1db6de
files contrib/hgk.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/hgk.py	Tue Jan 10 13:12:13 2006 +0100
+++ b/contrib/hgk.py	Thu Jan 12 06:29:06 2006 +0100
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Minimal support for git commands on an hg repository
 #
 # Copyright 2005 Chris Mason <mason@suse.com>