summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-07-07 11:02:02 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-07-07 11:02:02 +1000
commita94d47c32505edd6d92ffd0610dd7b491174096d (patch)
treeffb865b3443ebac1ab5fac2a7a5cb1aa8d75d28a
parentb2afeed7e38cee9604ce26f3404da2d316d4c378 (diff)
setup: Fix raise
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bf9d46a..732e27f 100644
--- a/setup.py
+++ b/setup.py
@@ -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 = (