From 97beb87a99c106402e43b6f0e43c8cec9bd26107 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 10 Oct 2011 19:58:32 +0200 Subject: core.actions: renamed Actions.source_cmdlist to Actions.source --- ranger/core/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ranger/core/actions.py') diff --git a/ranger/core/actions.py b/ranger/core/actions.py index 83d3b201..a109a1d6 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -199,7 +199,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): return macros - def source_cmdlist(self, filename): + def source(self, filename): filename = os.path.expanduser(filename) for line in open(filename, 'r'): line = line.rstrip("\r\n") -- cgit 1.4.1-2-gfad0