File: __init__.py

package info (click to toggle)
pyopenssl 0.10-1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,296 kB
  • ctags: 1,595
  • sloc: ansic: 5,966; python: 5,445; perl: 3,089; xml: 693; sh: 337; makefile: 177; lisp: 13; sed: 2
file content (12 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#
# __init__.py
#
# Copyright (C) AB Strakt 2001, All rights reserved
#
# $Id: __init__.py,v 1.4 2004/07/22 12:01:25 martin Exp $
#
"""
pyOpenSSL - A simple wrapper around the OpenSSL library
"""
import rand, crypto, SSL, tsafe
from version import __version__