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

This commit is contained in:
Stephan Erb 2008-12-27 12:36:28 +00:00
parent c373f044db
commit aa9a85767f
1 changed files with 1 additions and 2 deletions

View File

@ -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')