diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-29 19:56:09 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-29 19:56:09 +1000 |
| commit | d9a22726cbb260cae7e7fdaf1fe4b8d69caab80f (patch) | |
| tree | 18513ee5a74def418bd3c9b9d048004cd45391e0 /pywal/settings.py | |
| parent | 5e5908a01360ba36bd1c7ab3223dfef3dfedd02a (diff) | |
template: Don't make dir a constant.
Diffstat (limited to 'pywal/settings.py')
| -rwxr-xr-x | pywal/settings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pywal/settings.py b/pywal/settings.py index d920103..d94b7eb 100755 --- a/pywal/settings.py +++ b/pywal/settings.py @@ -1,7 +1,6 @@ """ Global Constants. """ -import os import pathlib @@ -11,4 +10,3 @@ __version__ = "0.2.6" # Internal variables. COLOR_COUNT = 16 CACHE_DIR = pathlib.Path.home() / ".cache/wal/" -TEMPLATE_DIR = os.path.join(os.path.dirname(__file__), "templates") |
