File: __main__.py

package info (click to toggle)
python-eventlet 0.40.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,200 kB
  • sloc: python: 25,101; sh: 78; makefile: 31
file content (7 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# this file is required to support `python -m benchmarks` syntax
import sys
import benchmarks
try:
    benchmarks.main()
except KeyboardInterrupt:
    sys.exit(1)