summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-26 23:16:24 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-26 23:16:24 +1000
commited306af00189f8c9f973fadf2e2b614cb4214bf7 (patch)
tree8f03ce9aa89a67df1d10e8bb2ebd2cdec0c84a4e
parent8119a65f51b86157466d66916e201923eb7a3774 (diff)
General: Remove most globals.
-rwxr-xr-xpywal/__main__.py4
-rw-r--r--pywal/export_colors.py (renamed from pywal/exp_colors.py)0
2 files changed, 2 insertions, 2 deletions
diff --git a/pywal/__main__.py b/pywal/__main__.py
index 23561b2..ff09f13 100755
--- a/pywal/__main__.py
+++ b/pywal/__main__.py
@@ -8,7 +8,7 @@ import shutil
import sys
from pywal import globals as g
-from pywal import exp_colors
+from pywal import export_colors
from pywal import gen_colors
from pywal import set_colors
from pywal import wallpaper
@@ -90,7 +90,7 @@ def process_args(args):
# Set the colors.
set_colors.send_sequences(colors_plain, args.t)
- exp_colors.export_colors(colors_plain)
+ export_colors.export_colors(colors_plain)
# -o
if args.o:
diff --git a/pywal/exp_colors.py b/pywal/export_colors.py
index faf5e93..faf5e93 100644
--- a/pywal/exp_colors.py
+++ b/pywal/export_colors.py