diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 15:39:39 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-26 15:39:39 +1000 |
| commit | e329f3aea94618bbcd27f154225344428e22163a (patch) | |
| tree | 26d36d55c2b626e30acd000abb7f0a133ef3cfae /setup.py | |
| parent | 67888e041be384dd39bea59eaa8d8fcc88e5eac1 (diff) | |
General: Renames settings.py to globals.py
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ """wal - setup.py""" from setuptools import setup -import pywal.settings as pywal +import pywal.globals as pywal DESC = ( |
