diff options
Diffstat (limited to 'ports-mgmt/fastest_sites/files/patch-fastest_sites-20081104.py')
-rw-r--r-- | ports-mgmt/fastest_sites/files/patch-fastest_sites-20081104.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports-mgmt/fastest_sites/files/patch-fastest_sites-20081104.py b/ports-mgmt/fastest_sites/files/patch-fastest_sites-20081104.py deleted file mode 100644 index ce6957740c41..000000000000 --- a/ports-mgmt/fastest_sites/files/patch-fastest_sites-20081104.py +++ /dev/null @@ -1,12 +0,0 @@ ---- ./fastest_sites-20081104.py.orig 2011-03-09 21:42:34.682812592 -0500 -+++ ./fastest_sites-20081104.py 2011-03-09 21:42:44.067806352 -0500 -@@ -66,6 +66,9 @@ - self._host = host - self._port = AsyncConnect.schemes[scheme] - -+ def handle_error(self): -+ pass -+ - def handle_connect(self): - pass - |