mirror of
https://github.com/beetbox/beets.git
synced 2025-12-23 00:54:03 +01:00
struggling with old python
This commit is contained in:
parent
935768d983
commit
ceb901fcca
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ class NoneQueryTest(unittest.TestCase, TestHelper):
|
|||
|
||||
def test_query_repr(self):
|
||||
fld = u'rg_track_gain'
|
||||
if sys.version_info <= (2, 7):
|
||||
if sys.version_info <= (3, 0):
|
||||
self.assertEquals("NoneQuery('u{}', True)".format(fld),
|
||||
str(NoneQuery(fld)))
|
||||
self.assertEquals("NoneQuery('u{}', True)".format(fld),
|
||||
|
|
|
|||
Loading…
Reference in a new issue