aboutsummaryrefslogtreecommitdiffstats
path: root/contributing.html
diff options
context:
space:
mode:
authorjason2015-11-23 20:30:11 -0700
committerjason2015-11-23 20:30:11 -0700
commitd04b9708d570bb227aeff7725af8ebbf15dac3e1 (patch)
treead5630f35d6c5d29072b738009d0acee6edc9453 /contributing.html
parent24e99bd13b6d10301484556107841de8ba8ac9e0 (diff)
downloadeventmq-d04b9708d570bb227aeff7725af8ebbf15dac3e1.tar.gz
eventmq-d04b9708d570bb227aeff7725af8ebbf15dac3e1.zip
updates
Diffstat (limited to 'contributing.html')
-rw-r--r--contributing.html6
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&#8217;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>