from Policy import Policy import sys class python_loader_configure(Policy) : def __init__(self): pass; def configure(self): print "[II] Entering willingly an endless loop." while True: pass def is_preemptive(self): return False def get_time_slice(self): return -1 # FIXME incorrect, but must be implemented to allow # loading from the policy manager def wants(self): return 0 def sort_queue(self, queue): pass