From f05c466d6b30d23c9fb49c87a0a0eda02ad76381 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 6 Oct 2011 23:39:31 +0200 Subject: Remove unnecessary shebang lines. Thanks Dan Callaghan for the patch. --- exporters/hg2git.py | 1 - info.py | 1 - 2 files changed, 2 deletions(-) diff --git a/exporters/hg2git.py b/exporters/hg2git.py index 3c0d1e3..e342834 100755 --- a/exporters/hg2git.py +++ b/exporters/hg2git.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2007, 2008 Rocco Rutte and others. # License: MIT diff --git a/info.py b/info.py index 07d2cf4..d2a930f 100644 --- a/info.py +++ b/info.py @@ -1,4 +1,3 @@ -#!/usr/bin/python bzr_plugin_name = 'fastimport' bzr_commands = [ -- cgit v1.2.1