[Pkg-mpd-commits] [python-mpd] 139/262: transform MPDClient to new style class.

Simon McVittie smcv at debian.org
Sun May 22 18:16:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit f5432209487eb9fd3ba562c0f6835fc807a9fda0
Author: Jörg Thalheim <jthalheim at gmail.com>
Date:   Sun Jul 8 21:27:54 2012 +0200

    transform MPDClient to new style class.
---
 mpd.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpd.py b/mpd.py
index b518f93..73f3398 100644
--- a/mpd.py
+++ b/mpd.py
@@ -163,7 +163,7 @@ _commands = {
     "sendmessage":        "_fetch_nothing",
 }
 
-class MPDClient():
+class MPDClient(object):
     def __init__(self, use_unicode=False):
         self.iterate = False
         self.use_unicode = use_unicode

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list