From 60823a02236160c38fbc93e31949b04e1de5bd53 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 11 Nov 2012 20:18:56 -0500 Subject: [PATCH] metadata: remove shebang from module without __name__ == '__main__' block --- pym/gentoolkit/metadata.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pym/gentoolkit/metadata.py b/pym/gentoolkit/metadata.py index f1099ac..9bcc17b 100644 --- a/pym/gentoolkit/metadata.py +++ b/pym/gentoolkit/metadata.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright(c) 2009, Gentoo Foundation # # Licensed under the GNU General Public License, v2 -- 2.26.2