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

Rafael Ortiz rafael at activitycentral.com
Wed Apr 25 14:04:51 EDT 2012


On Wed, Apr 25, 2012 at 12:21 PM, Manuel Kaufmann <humitos at gmail.com> wrote:

> 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]$
>
>
FWIW it aslo works for me.

>  --
> Kaufmann Manuel
> Blog: http://humitos.wordpress.com/
> Porfolio: http://fotos.mkaufmann.com.ar/
> PyAr: http://www.python.com.ar/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sugarlabs.org/archive/sugar-devel/attachments/20120425/68258ca2/attachment.html>


More information about the Sugar-devel mailing list