eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/mercurial/bdiff.py
author Nishanth Amuluru <nishanth@fossee.in>
Sun, 09 Jan 2011 11:52:19 +0530
changeset 122 b4988ede9e3d
parent 69 c6bca38c1cbf
permissions -rw-r--r--
created the view

def __bootstrap__():
   global __bootstrap__, __loader__, __file__
   import sys, pkg_resources, imp
   __file__ = pkg_resources.resource_filename(__name__,'bdiff.so')
   __loader__ = None; del __bootstrap__, __loader__
   imp.load_dynamic(__name__,__file__)
__bootstrap__()