summaryrefslogtreecommitdiffstats
path: root/amarok/src/scripts/playlist2html/Playlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/scripts/playlist2html/Playlist.py')
-rw-r--r--amarok/src/scripts/playlist2html/Playlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/scripts/playlist2html/Playlist.py b/amarok/src/scripts/playlist2html/Playlist.py
index e91f2944..91d6c971 100644
--- a/amarok/src/scripts/playlist2html/Playlist.py
+++ b/amarok/src/scripts/playlist2html/Playlist.py
@@ -16,7 +16,7 @@ class Track(object):
__Q_SLOTS__ = FIELDS
def __init__(self, **kwargs):
- for key,value in kwargs.iteritems():
+ for key,value in kwargs.items():
setattr(self, key, value)