Browse Source

open_connection added to __all__

main
nibrag 8 years ago
parent
commit
1f0bbe4710
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      aiosocks/__init__.py

+ 1
- 1
aiosocks/__init__.py View File

@@ -14,7 +14,7 @@ __all__ = ('Socks4Protocol', 'Socks5Protocol', 'Socks4Auth',
'Socks5Auth', 'Socks4Addr', 'Socks5Addr', 'SocksError',
'NoAcceptableAuthMethods', 'LoginAuthenticationFailed',
'SocksConnectionError', 'InvalidServerVersion',
'InvalidServerReply', 'create_connection')
'InvalidServerReply', 'create_connection', 'open_connection')


@asyncio.coroutine


Loading…
Cancel
Save