blob: 80ada65d6cc6ca3506e3b514f26a826166b2a67e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#######################
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.
.. toctree::
:maxdepth: 1
protocol
Source Code <https://github.com/eventmq/eventmq>
Issues <https://github.com/eventmq/eventmq/issues>
|