From 5015f2706c58e2f697cba7541f92d16bee08df68 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 30 Jun 2017 10:21:20 +1000 Subject: general: Rename gen_colors to magic --- pywal/__main__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pywal/__main__.py') diff --git a/pywal/__main__.py b/pywal/__main__.py index 9c1d000..228ceb4 100755 --- a/pywal/__main__.py +++ b/pywal/__main__.py @@ -10,11 +10,11 @@ import sys from pywal.settings import CACHE_DIR, __version__ from pywal import export from pywal import image -from pywal import gen_colors -from pywal import sequences +from pywal import magic from pywal import reload -from pywal import wallpaper +from pywal import sequences from pywal import util +from pywal import wallpaper def get_args(): @@ -91,7 +91,7 @@ def process_args(args): image_file = image.get_image(args.i) # Create a list of hex colors. - colors_plain = gen_colors.get_colors(image_file, args.q) + colors_plain = magic.get_colors(image_file, args.q) if not args.n: wallpaper.set_wallpaper(image_file) -- cgit v1.2.3