From 9d77e38af02d7bcbfcb8af4ac2299bad63086d1c Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 12 Dec 2004 02:31:46 +0000 Subject: [PATCH] #! lines --- others/SOAPpy/wstools/Namespaces.py | 1 - others/SOAPpy/wstools/__init__.py | 1 - others/rssparser.py | 1 - 3 files changed, 3 deletions(-) diff --git a/others/SOAPpy/wstools/Namespaces.py b/others/SOAPpy/wstools/Namespaces.py index 60eaa0f71..4a526ae2d 100755 --- a/others/SOAPpy/wstools/Namespaces.py +++ b/others/SOAPpy/wstools/Namespaces.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python """Namespace module, so you don't need PyXML """ diff --git a/others/SOAPpy/wstools/__init__.py b/others/SOAPpy/wstools/__init__.py index 73fa65738..effa09e50 100644 --- a/others/SOAPpy/wstools/__init__.py +++ b/others/SOAPpy/wstools/__init__.py @@ -1,4 +1,3 @@ -#! /usr/bin/env python """WSDL parsing services package for Web Services for Python.""" ident = "$Id$" diff --git a/others/rssparser.py b/others/rssparser.py index c110bfc92..1467387d0 100644 --- a/others/rssparser.py +++ b/others/rssparser.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python """Universal feed parser Handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom feeds