From b90f49d4a9cea6b02fb739f8e3afe92dc7fd1731 Mon Sep 17 00:00:00 2001 From: Steve 'Ashcrow' Milner Date: Sun, 13 Jan 2008 14:58:34 -0500 Subject: more deletions of shebangs. --- func/SSLConnection.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'func/SSLConnection.py') diff --git a/func/SSLConnection.py b/func/SSLConnection.py index 525489d..98ed8a0 100644 --- a/func/SSLConnection.py +++ b/func/SSLConnection.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Higher-level SSL objects used by rpclib # # Copyright (c) 2002 Red Hat, Inc. @@ -152,6 +150,7 @@ class SSLConnection: raise e return None + class PlgFileObject(socket._fileobject): def close(self): """ @@ -164,4 +163,3 @@ class PlgFileObject(socket._fileobject): self._sock.close() finally: self._sock = None - -- cgit