From 7ef4e162b217d455ac8fc6dd43616926e1d06e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 19 Nov 2013 13:04:47 +0100 Subject: [PATCH] Remove shebang line These are not executables, so the shebang does not make much sense. --- sure/__init__.py | 1 - sure/core.py | 1 - sure/deprecated.py | 1 - sure/magic.py | 1 - sure/old.py | 1 - sure/registry.py | 1 - sure/terminal.py | 1 - 7 files changed, 7 deletions(-) diff --git a/sure/__init__.py b/sure/__init__.py index 3aa4ea8..1226daf 100644 --- a/sure/__init__.py +++ b/sure/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) <2010-2013> Gabriel Falcão diff --git a/sure/core.py b/sure/core.py index 6ec9e52..777e697 100644 --- a/sure/core.py +++ b/sure/core.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) <2010-2013> Gabriel Falcão diff --git a/sure/deprecated.py b/sure/deprecated.py index c48379a..242cef5 100644 --- a/sure/deprecated.py +++ b/sure/deprecated.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) <2010-2013> Gabriel Falcão diff --git a/sure/magic.py b/sure/magic.py index 1f2930a..d20c3d7 100644 --- a/sure/magic.py +++ b/sure/magic.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) <2012> Gabriel Falcão diff --git a/sure/old.py b/sure/old.py index 41c4849..f9052d8 100644 --- a/sure/old.py +++ b/sure/old.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) <2010-2013> Gabriel Falcão diff --git a/sure/registry.py b/sure/registry.py index 56e631a..ec3671c 100644 --- a/sure/registry.py +++ b/sure/registry.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) <2012> Gabriel Falcão diff --git a/sure/terminal.py b/sure/terminal.py index dfeeef4..90c95e5 100644 --- a/sure/terminal.py +++ b/sure/terminal.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) <2010-2013> Gabriel Falcão -- 1.7.10.4