[Pkg-mpd-commits] [python-mpd] 26/91: no unicode literals
Simon McVittie
smcv at debian.org
Sat Feb 24 14:55:29 UTC 2018
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository python-mpd.
commit 6464d0171b28373edad0aad41fe19506b7bfcd09
Author: Robert Niederreiter <office at squarewave.at>
Date: Mon Sep 12 13:33:17 2016 +0200
no unicode literals
---
mpd/tests.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/mpd/tests.py b/mpd/tests.py
index baea8bf..5116841 100755
--- a/mpd/tests.py
+++ b/mpd/tests.py
@@ -843,10 +843,10 @@ class TestMPDProtocol(unittest.TestCase):
def success(result):
self.assertEqual(result, [[
- u"Weezer - Say It Ain't So.mp3",
- u'Dire Straits - Walk of Life.mp3',
- u'01 - Love Delicatessen.mp3',
- u"Guns N' Roses - Paradise City.mp3"
+ "Weezer - Say It Ain't So.mp3",
+ 'Dire Straits - Walk of Life.mp3',
+ '01 - Love Delicatessen.mp3',
+ "Guns N' Roses - Paradise City.mp3"
]])
self.protocol.command_list_ok_begin()
--
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