eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/mercurial/bdiff.py
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 def __bootstrap__():
       
     2    global __bootstrap__, __loader__, __file__
       
     3    import sys, pkg_resources, imp
       
     4    __file__ = pkg_resources.resource_filename(__name__,'bdiff.so')
       
     5    __loader__ = None; del __bootstrap__, __loader__
       
     6    imp.load_dynamic(__name__,__file__)
       
     7 __bootstrap__()