general: Make pywal compatible with python 3.5

This commit is contained in:
Dylan Araps
2017-08-09 11:22:51 +10:00
parent d9a0865277
commit d98be353ec
12 changed files with 42 additions and 40 deletions

View File

@ -43,7 +43,7 @@ class TestExportColors(unittest.TestCase):
def test_invalid_template(self):
"""> Test template validation."""
error_msg = "[!] warning: template 'dummy' doesn't exist."
error_msg = "warning: template 'dummy' doesn't exist."
# Since this function prints a message on fail we redirect
# it's output so that we can read it.