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