File: _logging.py

package info (click to toggle)
python-passlib 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,184 kB
  • sloc: python: 26,132; makefile: 7
file content (3 lines) | stat: -rw-r--r-- 54 bytes parent folder | download
1
2
3
import logging

logger = logging.getLogger("passlib")