<br><br><div class="gmail_quote">On Fri, Jul 20, 2012 at 4:12 PM, Antoine Pitrou <span dir="ltr">&lt;<a href="mailto:solipsis@pitrou.net" target="_blank">solipsis@pitrou.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Fri, 20 Jul 2012 20:49:03 +0200 (CEST)<br>
brett.cannon &lt;<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>&gt; wrote:<br>
&gt; diff --git a/Lib/importlib/test/__init__.py b/Lib/test/test_importlib/__init__.py<br>
&gt; rename from Lib/importlib/test/__init__.py<br>
&gt; rename to Lib/test/test_importlib/__init__.py<br>
&gt; --- a/Lib/importlib/test/__init__.py<br>
&gt; +++ b/Lib/test/test_importlib/__init__.py<br>
&gt; @@ -1,5 +1,6 @@<br>
&gt;  import os<br>
&gt;  import sys<br>
&gt; +from .. import support<br>
<br>
</div>I don&#39;t know if I&#39;m only speaking for myself, but I really have trouble<br>
parsing non-trivial relative imports,</blockquote><div><br></div><div>I obviously don&#39;t, but then again I would hope I of all people could comprehend them after all this time. =)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

 and I personally prefer when<br>
people use absolute imports (e.g. &quot;from test import support&quot;).<br>
<br></blockquote><div><br></div><div>So I changed the import above, but I&#39;m not going to go through and change every other relative import that stays within test.test_importlib. I&#39;m fine if someone else wants to change them, but I leave that as an exercise for the reader.</div>

<div><br></div><div>-Brett</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
cheers<br>
<span class="HOEnZb"><font color="#888888"><br>
Antoine.<br>
<br>
<br>
--<br>
Software development and contracting: <a href="http://pro.pitrou.net" target="_blank">http://pro.pitrou.net</a><br>
<br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">http://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</font></span></blockquote></div><br>