[linux-minidisc] [PATCH 1/7] Change method name: this method returns a list, not a dict.
- From: Vincent Pelletier <plr.vincent@gmail.com>
- To: linux-minidisc@lists.fu-berlin.de
- Date: Thu, 28 Jan 2010 08:40:37 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:date:subject:to:x-bogosity:mime-version :content-type:content-transfer-encoding; b=JF5NmPVA92J+Vb6edPmLoN5tjXU8p9bXngTpCpBUQVT9JmlJkZayjvIuMbSgDGoC4v UhtKdOvOrIOugx8rmiU3FuyMHfNRgBuEfA+wg4TCbjEvFAcCyRowmhNRUSgkI9yrhD/B g93sXKOmMODBzCvjSY02MJw0+/VvINtAbw5Xc=
- Subject: [linux-minidisc] [PATCH 1/7] Change method name: this method returns a list, not a dict.
---
netmd/libnetmd.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/netmd/libnetmd.py b/netmd/libnetmd.py
index 1d1d531..def234a 100644
--- a/netmd/libnetmd.py
+++ b/netmd/libnetmd.py
@@ -663,7 +663,7 @@ class NetMDInterface(object):
title = '';
return title
- def getTrackGroupDict(self):
+ def getTrackGroupList(self):
"""
Return a list representing track groups.
This list is composed of 2-tuples:
--
1.6.6