<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 25, 2012 at 12:21 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 14:06, Rafael Ortiz <<a href="mailto:rafael@activitycentral.com">rafael@activitycentral.com</a>> wrote:<br>


>> So, pep8 has a bug :)<br>
>><br>
> +1 that's what I meant.<br>
<br>
</div>What version of pep8 do you have?<br>
<br>
It works for me:<br>
<br>
[humitos] [/tmp]$ cat script.py<br>
<div class="im">from os import path, mkdir<br>
<br>
<br>
</div>print path.join('/home', 'humitos')<br>
[humitos] [/tmp]$ pep8 script.py<br>
[humitos] [/tmp]$ pep8 --version<br>
0.6.1<br>
[humitos] [/tmp]$ vim script.py<br>
[humitos] [/tmp]$ pep8 script.py<br>
script.py:1:12: E401 multiple imports on one line<br>
[humitos] [/tmp]$ cat script.py<br>
import user, random<br>
<div class="im">from os import path, mkdir<br>
<br>
<br>
</div>print path.join('/home', 'humitos')<br>
[humitos] [/tmp]$<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>FWIW it aslo works for me.  </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>