summaryrefslogtreecommitdiffstats
path: root/src/console/zmq/backend/cython/message.py
blob: 5e423b624e61f4c8d59c5196ed35c58037ff5735 (plain)
1
2
3
4
5
6
7
def __bootstrap__():
   global __bootstrap__, __loader__, __file__
   import sys, pkg_resources, imp
   __file__ = pkg_resources.resource_filename(__name__,'message.so')
   __loader__ = None; del __bootstrap__, __loader__
   imp.load_dynamic(__name__,__file__)
__bootstrap__()