muh6mm3d / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

[PATCH] Fix redefine of built-ins #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of pyLast is this?
r214

Please provide any additional information below.

There are a lot of 'list' and 'id' redefines in the code I fixed most of 
them. there are some remaining:

2038:Playlist.__init__: Redefining built-in 'id'
3379:Venue.__init__: Redefining built-in 'id'
3424:md5: Redefining built-in 'hash'

Original issue reported on code.google.com by nikolas....@gmail.com on 19 Oct 2009 at 11:29

Attachments:

GoogleCodeExporter commented 9 years ago
Will fix. Thanks.

Original comment by amr.hassan on 20 Oct 2009 at 8:06