<p>Instead of:</p>

<pre><code>import os
import sys

sys.path.insert(1, os.path.abspath(
    os.path.join(os.path.dirname(__file__), '../convert_from_telescope')))
import aggregate
</code></pre>

<p>We should do this:</p>

<pre><code>from __future__ import absolute_import

from telescope import aggregate
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/m-lab/mlab-observatory/issues/97">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AC7qBLWBWlWqCSMQpfRpLlDVlYkA0hdlks5pw-I0gaJpZM4H4vo3.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/m-lab/mlab-observatory/issues/97"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>