You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_imp.py 224B

1234567891011121314151617
  1. print("TEST IMP>>")
  2. from . import tasks_loop
  3. def run_hrld():
  4. # self.groups_set = set()
  5. if glob_cl.has_cl:
  6. return
  7. glob_cl.has_cl = True
  8. glob_cl.run_persistent_loop()
  9. # glob_cl.acl = self.channel_layer
  10. run_hrld()