File: __init__.py

package info (click to toggle)
timeout-decorator 0.5.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 164 kB
  • sloc: python: 212; sh: 8; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-

from .timeout_decorator import timeout
from .timeout_decorator import TimeoutError

__title__ = 'timeout_decorator'
__version__ = '0.5.0'