Home | History | Annotate | Download | only in policyrep
      1 def __bootstrap__():
      2    global __bootstrap__, __loader__, __file__
      3    import sys, pkg_resources, imp
      4    __file__ = pkg_resources.resource_filename(__name__,'_qpol.so')
      5    __loader__ = None; del __bootstrap__, __loader__
      6    imp.load_dynamic(__name__,__file__)
      7 __bootstrap__()
      8