<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 25, 2012 at 12:04 PM, Manuel Kaufmann <span dir="ltr"><<a href="mailto:humitos@gmail.com" target="_blank">humitos@gmail.com</a>></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 Wed, Apr 25, 2012 at 13:41, Rafael Ortiz <<a href="mailto:rafael@activitycentral.com">rafael@activitycentral.com</a>> wrote:<br>


> Many ''imports'' on one line doesn't pass pep8.<br>
<br>
</div>pep8 script you mean?<br>
<br></blockquote><div>yep</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
PEP8 allows to import many "things" from the same module in the same<br>
line, but it doesn't allow to import different modules in the same<br>
line.<br>
<br>
If pep8 fails with:<br>
<br>
from os import path, mkdir<br>
<br>
So, pep8 has a bug :)<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div>+1 that's what I meant.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb">

<div class="h5">
--<br>
Kaufmann Manuel<br>
Blog: <a href="http://humitos.wordpress.com/" target="_blank">http://humitos.wordpress.com/</a><br>
Porfolio: <a href="http://fotos.mkaufmann.com.ar/" target="_blank">http://fotos.mkaufmann.com.ar/</a><br>
PyAr: <a href="http://www.python.com.ar/" target="_blank">http://www.python.com.ar/</a><br>
</div></div></blockquote></div><br></div>