diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-20 23:19:13 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-20 23:19:13 +1000 |
| commit | 52cd5e5f1a7c972a593fe55a853afd43111531e9 (patch) | |
| tree | 86a972bee26b93db9f8f8bd3fd5c8d05553ec4c0 /pywal/__init__.py | |
| parent | a3d4b3d9f348fd308ad8a55f5ef71263e11b6875 (diff) | |
General: Unhardcode all CACHE_DIR and COLOR_COUNT usage.
Diffstat (limited to 'pywal/__init__.py')
| -rw-r--r-- | pywal/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/__init__.py b/pywal/__init__.py index 32f33af..9de680e 100644 --- a/pywal/__init__.py +++ b/pywal/__init__.py @@ -3,7 +3,7 @@ wal - Generate and change colorschemes on the fly. Created by Dylan Araps. """ # flake8: noqa: F401 -from pywal.settings import __version__ +from pywal.wal import __version__ from pywal.wal import create_palette from pywal.wal import export_all_templates from pywal.wal import get_image |
