This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # uncompyle6 version 3.9.3.dev0 | |
| # Python bytecode version base 2.3 (62011) | |
| # Decompiled from: Python 3.8.10 (default, Jul 29 2024, 17:02:10) | |
| # [GCC 9.4.0] | |
| # Embedded file name: /tmp/bf2c/bf2hub/HttpClient.py | |
| # Compiled at: 2014-09-03 19:41:22 | |
| import socket, string | |
| from urlparse import urlparse | |
| class HttpClient: |