File: __init__.py

package info (click to toggle)
python-pebble 5.1.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: python: 5,501; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (4)
1
2
3
4
5
__all__ = ['thread',
           'process']

from pebble.concurrent.thread import thread
from pebble.concurrent.process import process