]> code.delx.au - notipod/blobdiff - libsyncitunes.py
It displays stuff
[notipod] / libsyncitunes.py
index ea3754118d03b1f8ff93694d087d98cb86e98f08..096abc2ab6ecd06cd0f53c88bcac3a5a0ac665e7 100644 (file)
@@ -30,7 +30,7 @@ class Playlist(object):
                if parent is not None:
                        parent.children.append(self)
 
-class Library(NSObject):
+class ITunesLibrary(NSObject):
        def init(self):
                return self.initWithFilename_("~/Music/iTunes/iTunes Music Library.xml")