File: __init__.py

package info (click to toggle)
python-keyring 0.7.1-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 428 kB
  • sloc: python: 1,563; makefile: 29
file content (10 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
"""
__init__.py

Created by Kang Zhang on 2009-07-09
"""
import logging
logger = logging.getLogger('keyring')

from keyring.core import set_keyring, get_keyring, set_password, get_password
from keyring.getpassbackend import get_password as get_pass_get_password