Move module documentation ontop, so that it will show up in epydoc correctly.
This commit is contained in:
parent
c373f044db
commit
aa9a85767f
|
@ -14,14 +14,13 @@
|
||||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
## GNU General Public License for more details.
|
## GNU General Public License for more details.
|
||||||
import struct, socket, base64
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Module containing classes for proxy connecting. So far its HTTP CONNECT
|
Module containing classes for proxy connecting. So far its HTTP CONNECT
|
||||||
and SOCKS5 proxy.
|
and SOCKS5 proxy.
|
||||||
Authentication to NTLM (Microsoft implementation) proxies can be next.
|
Authentication to NTLM (Microsoft implementation) proxies can be next.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
import struct, socket, base64
|
||||||
import logging
|
import logging
|
||||||
log = logging.getLogger('gajim.c.x.proxy_connectors')
|
log = logging.getLogger('gajim.c.x.proxy_connectors')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue