From d6d57aae50b7bddb1ae77c093e420f925089f1f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Wed, 24 May 2006 07:49:42 +0000 Subject: [PATCH] remove shebang -- see comment 3 on https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=190247 git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2805 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/__init__.py | 1 - pyx/attr.py | 1 - pyx/bbox.py | 1 - pyx/bitmap.py | 1 - pyx/box.py | 1 - pyx/canvas.py | 1 - pyx/color.py | 1 - pyx/config.py | 1 - pyx/connector.py | 1 - pyx/deco.py | 1 - pyx/deformer.py | 1 - pyx/document.py | 1 - pyx/dvifile.py | 1 - pyx/epsfile.py | 1 - pyx/font/__init__.py | 1 - pyx/font/afm.py | 1 - pyx/font/encoding.py | 1 - pyx/font/t1code.py | 1 - pyx/font/t1font.py | 1 - pyx/graph/__init__.py | 1 - pyx/graph/axis/__init__.py | 1 - pyx/graph/axis/axis.py | 1 - pyx/graph/axis/painter.py | 1 - pyx/graph/axis/parter.py | 1 - pyx/graph/axis/positioner.py | 1 - pyx/graph/axis/rater.py | 1 - pyx/graph/axis/texter.py | 1 - pyx/graph/axis/tick.py | 1 - pyx/graph/data.py | 1 - pyx/graph/graph.py | 1 - pyx/graph/key.py | 1 - pyx/graph/style.py | 1 - pyx/lfs/createlfs.py | 1 - pyx/mathutils.py | 1 - pyx/normpath.py | 1 - pyx/path.py | 1 - pyx/pattern.py | 1 - pyx/pdfwriter.py | 1 - pyx/pswriter.py | 1 - pyx/pykpathsea/__init__.py | 1 - pyx/siteconfig.py | 1 - pyx/style.py | 1 - pyx/text.py | 1 - pyx/trafo.py | 1 - pyx/type1font.py | 1 - pyx/unit.py | 1 - pyx/version.py | 1 - 47 files changed, 47 deletions(-) diff --git a/pyx/__init__.py b/pyx/__init__.py index c71ab2c6..2892881a 100644 --- a/pyx/__init__.py +++ b/pyx/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/attr.py b/pyx/attr.py index 35b7ca87..6efa6c61 100644 --- a/pyx/attr.py +++ b/pyx/attr.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/bbox.py b/pyx/bbox.py index 9fde94b9..d00383d8 100644 --- a/pyx/bbox.py +++ b/pyx/bbox.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/bitmap.py b/pyx/bitmap.py index d7d39ab1..a935bc5d 100644 --- a/pyx/bitmap.py +++ b/pyx/bitmap.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/box.py b/pyx/box.py index 8063c211..a05eb218 100644 --- a/pyx/box.py +++ b/pyx/box.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/canvas.py b/pyx/canvas.py index 0c27b540..360eea58 100644 --- a/pyx/canvas.py +++ b/pyx/canvas.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/color.py b/pyx/color.py index eb2061f6..21dc9509 100644 --- a/pyx/color.py +++ b/pyx/color.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/config.py b/pyx/config.py index 69c31aa0..611ab70e 100644 --- a/pyx/config.py +++ b/pyx/config.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/connector.py b/pyx/connector.py index cc341645..53a52445 100644 --- a/pyx/connector.py +++ b/pyx/connector.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/deco.py b/pyx/deco.py index 91a7a251..72c18a3b 100644 --- a/pyx/deco.py +++ b/pyx/deco.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/deformer.py b/pyx/deformer.py index 0eafb4f5..4c602aff 100644 --- a/pyx/deformer.py +++ b/pyx/deformer.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/document.py b/pyx/document.py index 762b385f..ea0c7b8a 100644 --- a/pyx/document.py +++ b/pyx/document.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/dvifile.py b/pyx/dvifile.py index e7ff2a2f..96941ee9 100644 --- a/pyx/dvifile.py +++ b/pyx/dvifile.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/epsfile.py b/pyx/epsfile.py index b92c30d8..b008d68f 100644 --- a/pyx/epsfile.py +++ b/pyx/epsfile.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/font/__init__.py b/pyx/font/__init__.py index 6bec96fb..f65434e6 100644 --- a/pyx/font/__init__.py +++ b/pyx/font/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/font/afm.py b/pyx/font/afm.py index e62a051d..2e95c867 100644 --- a/pyx/font/afm.py +++ b/pyx/font/afm.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/font/encoding.py b/pyx/font/encoding.py index 4ed74f01..a4d0fb19 100644 --- a/pyx/font/encoding.py +++ b/pyx/font/encoding.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/font/t1code.py b/pyx/font/t1code.py index 13d84a2a..d63064ef 100644 --- a/pyx/font/t1code.py +++ b/pyx/font/t1code.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/font/t1font.py b/pyx/font/t1font.py index 1e062915..cefd3aad 100644 --- a/pyx/font/t1font.py +++ b/pyx/font/t1font.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/__init__.py b/pyx/graph/__init__.py index f509f6e8..28ca31b0 100644 --- a/pyx/graph/__init__.py +++ b/pyx/graph/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/axis/__init__.py b/pyx/graph/axis/__init__.py index 47725ff9..9347c891 100644 --- a/pyx/graph/axis/__init__.py +++ b/pyx/graph/axis/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/axis/axis.py b/pyx/graph/axis/axis.py index 3103ee29..cb204401 100644 --- a/pyx/graph/axis/axis.py +++ b/pyx/graph/axis/axis.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/axis/painter.py b/pyx/graph/axis/painter.py index 51ec66e0..c30e5d98 100644 --- a/pyx/graph/axis/painter.py +++ b/pyx/graph/axis/painter.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/axis/parter.py b/pyx/graph/axis/parter.py index d0faf051..1c90a4dd 100644 --- a/pyx/graph/axis/parter.py +++ b/pyx/graph/axis/parter.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/axis/positioner.py b/pyx/graph/axis/positioner.py index 28983077..7ab89a7f 100644 --- a/pyx/graph/axis/positioner.py +++ b/pyx/graph/axis/positioner.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/axis/rater.py b/pyx/graph/axis/rater.py index e266277c..c5ade4a1 100644 --- a/pyx/graph/axis/rater.py +++ b/pyx/graph/axis/rater.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/axis/texter.py b/pyx/graph/axis/texter.py index 000c065e..267460bd 100644 --- a/pyx/graph/axis/texter.py +++ b/pyx/graph/axis/texter.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/axis/tick.py b/pyx/graph/axis/tick.py index 69d75da3..4d07c9d4 100644 --- a/pyx/graph/axis/tick.py +++ b/pyx/graph/axis/tick.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/data.py b/pyx/graph/data.py index c7d2ab70..05fe271b 100644 --- a/pyx/graph/data.py +++ b/pyx/graph/data.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/graph.py b/pyx/graph/graph.py index 17838e1f..2d1079df 100644 --- a/pyx/graph/graph.py +++ b/pyx/graph/graph.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/key.py b/pyx/graph/key.py index 6cdcb97f..515d203a 100644 --- a/pyx/graph/key.py +++ b/pyx/graph/key.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/graph/style.py b/pyx/graph/style.py index b352d27a..e3c66adb 100644 --- a/pyx/graph/style.py +++ b/pyx/graph/style.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/lfs/createlfs.py b/pyx/lfs/createlfs.py index 9dec605c..a1c474f9 100755 --- a/pyx/lfs/createlfs.py +++ b/pyx/lfs/createlfs.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/mathutils.py b/pyx/mathutils.py index 228920e9..1b47af12 100644 --- a/pyx/mathutils.py +++ b/pyx/mathutils.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/normpath.py b/pyx/normpath.py index 86d5b6c3..3959b4f7 100644 --- a/pyx/normpath.py +++ b/pyx/normpath.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/path.py b/pyx/path.py index 9f4934a3..592b5e0f 100644 --- a/pyx/path.py +++ b/pyx/path.py @@ -1,4 +1,3 @@ -##!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/pattern.py b/pyx/pattern.py index 6dedfe1b..cbb26648 100644 --- a/pyx/pattern.py +++ b/pyx/pattern.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/pdfwriter.py b/pyx/pdfwriter.py index b9da0f9e..25ac3f7f 100644 --- a/pyx/pdfwriter.py +++ b/pyx/pdfwriter.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/pswriter.py b/pyx/pswriter.py index e30b16da..7598d5e8 100644 --- a/pyx/pswriter.py +++ b/pyx/pswriter.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/pykpathsea/__init__.py b/pyx/pykpathsea/__init__.py index f9bfac96..6a9c0eee 100644 --- a/pyx/pykpathsea/__init__.py +++ b/pyx/pykpathsea/__init__.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/siteconfig.py b/pyx/siteconfig.py index 6d5514ce..fb8a879e 100644 --- a/pyx/siteconfig.py +++ b/pyx/siteconfig.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/style.py b/pyx/style.py index 8d51ff83..b493d5c2 100644 --- a/pyx/style.py +++ b/pyx/style.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/text.py b/pyx/text.py index 4f197656..e66ad1bf 100644 --- a/pyx/text.py +++ b/pyx/text.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/trafo.py b/pyx/trafo.py index 99011416..b9509502 100644 --- a/pyx/trafo.py +++ b/pyx/trafo.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/type1font.py b/pyx/type1font.py index 1b656e31..1ce67e4c 100644 --- a/pyx/type1font.py +++ b/pyx/type1font.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/unit.py b/pyx/unit.py index deebca06..ce46a739 100644 --- a/pyx/unit.py +++ b/pyx/unit.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # diff --git a/pyx/version.py b/pyx/version.py index b4236531..4671d7d7 100644 --- a/pyx/version.py +++ b/pyx/version.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: ISO-8859-1 -*- # # -- 2.11.4.GIT