diff options
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") |
