eggs/mercurial-1.7.3-py2.6-linux-x86_64.egg/mercurial/mpatch.py
author Nishanth Amuluru <nishanth@fossee.in>
Sun, 09 Jan 2011 08:37:28 +0530
changeset 112 4cc40503bf3c
parent 69 c6bca38c1cbf
permissions -rw-r--r--
view task is now in some shape atleast

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