~timchen119/+junk/pure-python-paramiko

« back to all changes in this revision

Viewing changes to Crypto/Hash/MD4.py

  • Committer: Jian-Ding Chen (timchen119)
  • Date: 2012-09-13 08:39:47 UTC
  • Revision ID: tim.chen119@canonical.com-20120913083947-cj7n3kykau7dj38m
http://timchen119.blogspot.tw/2008/06/tips-add-bzr-sftp-support-when-you-have.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
def __bootstrap__():
 
2
   global __bootstrap__, __loader__, __file__
 
3
   import sys, pkg_resources, imp
 
4
   __file__ = pkg_resources.resource_filename(__name__,'MD4.so')
 
5
   del __bootstrap__, __loader__
 
6
   imp.load_dynamic(__name__,__file__)
 
7
__bootstrap__()