blob: 2489abb16c9c07371543203e105b4492082c6f79 (
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/enderlabs/eventmq>
Issues <https://github.com/enderlabs/eventmq/issues>
|