From 2961e98922a1cce7fd8ac1047cff2b3101ae0891 Mon Sep 17 00:00:00 2001 From: ZyX Date: Thu, 8 Jan 2015 02:55:44 +0300 Subject: [PATCH] Supply correct config_paths --- .../test_shells/ipython_home/profile_default/ipython_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_shells/ipython_home/profile_default/ipython_config.py b/tests/test_shells/ipython_home/profile_default/ipython_config.py index 9f6bb567..6d4a2624 100644 --- a/tests/test_shells/ipython_home/profile_default/ipython_config.py +++ b/tests/test_shells/ipython_home/profile_default/ipython_config.py @@ -2,7 +2,7 @@ import os c = get_config() c.InteractiveShellApp.extensions = ['powerline.bindings.ipython.post_0_11'] c.TerminalInteractiveShell.autocall = 1 -c.Powerline.paths = [os.path.abspath('powerline/config_files')] +c.Powerline.config_paths = [os.path.abspath('powerline/config_files')] c.Powerline.theme_overrides = { 'in': { 'segment_data': {