summaryrefslogtreecommitdiffstats
path: root/func/SSLConnection.py
diff options
context:
space:
mode:
authorSteve 'Ashcrow' Milner <stevem@gnulinux.net>2008-01-13 14:58:34 -0500
committerSteve 'Ashcrow' Milner <stevem@gnulinux.net>2008-01-13 14:58:34 -0500
commitb90f49d4a9cea6b02fb739f8e3afe92dc7fd1731 (patch)
tree878d4a2acc5fea8c94e9b4de13d6ad1c8542f752 /func/SSLConnection.py
parentb77fbdd90f46b3d1602aa43e99abec096d93888e (diff)
downloadthird_party-func-b90f49d4a9cea6b02fb739f8e3afe92dc7fd1731.tar.gz
third_party-func-b90f49d4a9cea6b02fb739f8e3afe92dc7fd1731.tar.xz
third_party-func-b90f49d4a9cea6b02fb739f8e3afe92dc7fd1731.zip
more deletions of shebangs.
Diffstat (limited to 'func/SSLConnection.py')
-rw-r--r--func/SSLConnection.py4
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
-