diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-03-31 13:28:11 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-03-31 13:28:11 +1100 |
| commit | c10f7e732307f77a7652189abecbae06490cf19a (patch) | |
| tree | 67d23eccd9703f26ecc3ac03c3e3285b320750ec /pywal/colors.py | |
| parent | 277edbc5e07ce2b0f5ff6f2193d007501b3da8c0 (diff) | |
backend: Error handling
Diffstat (limited to 'pywal/colors.py')
| -rw-r--r-- | pywal/colors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/colors.py b/pywal/colors.py index 7611826..d169c00 100644 --- a/pywal/colors.py +++ b/pywal/colors.py @@ -3,6 +3,7 @@ Generate a palette using various backends. """ import os import re +import shutil import sys from . import backends |
