[Sugar-devel] [PATCH Help v3] Migrated to Gtk3 and WebKit.WebView SL #3466

Manuel Kaufmann humitos at gmail.com
Wed Apr 25 13:21:44 EDT 2012


On Wed, Apr 25, 2012 at 14:06, Rafael Ortiz <rafael at activitycentral.com> wrote:
>> So, pep8 has a bug :)
>>
> +1 that's what I meant.

What version of pep8 do you have?

It works for me:

[humitos] [/tmp]$ cat script.py
from os import path, mkdir


print path.join('/home', 'humitos')
[humitos] [/tmp]$ pep8 script.py
[humitos] [/tmp]$ pep8 --version
0.6.1
[humitos] [/tmp]$ vim script.py
[humitos] [/tmp]$ pep8 script.py
script.py:1:12: E401 multiple imports on one line
[humitos] [/tmp]$ cat script.py
import user, random
from os import path, mkdir


print path.join('/home', 'humitos')
[humitos] [/tmp]$

-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/


More information about the Sugar-devel mailing list