diff options
Diffstat (limited to 'contributing.html')
| -rw-r--r-- | contributing.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contributing.html b/contributing.html index 657afd5..04c9e91 100644 --- a/contributing.html +++ b/contributing.html | |||
| @@ -135,6 +135,12 @@ | |||
| 135 | 135 | ||
| 136 | <div class="section" id="contributing-to-eventmq"> | 136 | <div class="section" id="contributing-to-eventmq"> |
| 137 | <h1>Contributing to EventMQ<a class="headerlink" href="#contributing-to-eventmq" title="Permalink to this headline">¶</a></h1> | 137 | <h1>Contributing to EventMQ<a class="headerlink" href="#contributing-to-eventmq" title="Permalink to this headline">¶</a></h1> |
| 138 | <p>A few tips when working on the code</p> | ||
| 139 | <blockquote> | ||
| 140 | <div><ul class="simple"> | ||
| 141 | <li>Use relative imports. If you use absolute imports then when you <cite>import eventmq.exceptions</cite> it’s possible that you receive in return a different version of eventmq. exceptions installed somewhere else on the system.</li> | ||
| 142 | </ul> | ||
| 143 | </div></blockquote> | ||
| 138 | <div class="toctree-wrapper compound"> | 144 | <div class="toctree-wrapper compound"> |
| 139 | <ul> | 145 | <ul> |
| 140 | <li class="toctree-l1"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li> | 146 | <li class="toctree-l1"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li> |