Skip to content
Snippets Groups Projects
Commit aa9a8576 authored by steve-e's avatar steve-e
Browse files

Move module documentation ontop, so that it will show up in epydoc correctly.

parent c373f044
No related branches found
No related tags found
No related merge requests found
......@@ -14,14 +14,13 @@
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
import struct, socket, base64
'''
Module containing classes for proxy connecting. So far its HTTP CONNECT
and SOCKS5 proxy.
Authentication to NTLM (Microsoft implementation) proxies can be next.
'''
import struct, socket, base64
import logging
log = logging.getLogger('gajim.c.x.proxy_connectors')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment