setup: Fix raise

This commit is contained in:
Dylan Araps 2017-07-07 11:02:02 +10:00
parent b2afeed7e3
commit a94d47c325

View File

@ -4,7 +4,7 @@ import setuptools
try:
import pywal
except (ImportError, SyntaxError):
raise ImportError('pywal requires Python 3.6 or greater.')
raise "pywal requires Python 3.6 or greater."
DESC = (