File: __init__.py

package info (click to toggle)
python-socketpool 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 172 kB
  • ctags: 132
  • sloc: python: 629; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
# -*- coding: utf-8 -
#
# This file is part of socketpool.
# See the NOTICE for more information.

from socketpool.pool import ConnectionPool
from socketpool.conn import Connector, TcpConnector