Amir Raouf

Results 1 comments of Amir Raouf

I have a tweak ``` def load_slack_entry_point_for_django_q(): ep = pkg_resources.EntryPoint.parse('key = pkg_name:ReporterClass') d = pkg_resources.Distribution(location="pkg_name", project_name="pkg_name", version="") d._ep_map = {'djangoq.errorreporters': {'key': ep}} fixed = True while fixed: try: pkg_resources.working_set.add(d, 'slack')...