Contributing to EventMQ

A few tips when working on the code

  • Use relative imports. If you use absolute imports then when you import eventmq.exceptions it’s possible that you receive in return a different version of eventmq. exceptions installed somewhere else on the system.