diff options
| author | Scott Henson <shenson@redhat.com> | 2008-01-13 15:08:14 -0500 |
|---|---|---|
| committer | Scott Henson <shenson@redhat.com> | 2008-01-13 15:08:14 -0500 |
| commit | 962dbb643fdef4c6c071aeba6b29d372c965980d (patch) | |
| tree | 0eb25f03d2c546f82b2183fc1b942d969d65d29e /func/SSLConnection.py | |
| parent | 0784290e45f61f11636771b5537d79cc17f2bd1b (diff) | |
| parent | b90f49d4a9cea6b02fb739f8e3afe92dc7fd1731 (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/func
Diffstat (limited to 'func/SSLConnection.py')
| -rw-r--r-- | func/SSLConnection.py | 4 |
1 files changed, 1 insertions, 3 deletions
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 - |
