File: __init__.py

package info (click to toggle)
python-oslo.log 7.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 820 kB
  • sloc: python: 3,815; makefile: 24; sh: 12
file content (5 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (2)
1
2
3
4
5
import os

if os.environ.get("OSLO_LOG_TEST_EVENTLET") == "1":
    import eventlet
    eventlet.monkey_patch()