about summary refs log tree commit diff stats
path: root/ranger/core/actions.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-10 19:58:32 +0200
committerhut <hut@lavabit.com>2011-10-10 19:58:32 +0200
commit97beb87a99c106402e43b6f0e43c8cec9bd26107 (patch)
tree557b4e21dfb8ffa0351c9c44f97405d7e9190a8d /ranger/core/actions.py
parent1891697f0cb957fe12d4e8b941f2686ee90f4290 (diff)
downloadranger-97beb87a99c106402e43b6f0e43c8cec9bd26107.tar.gz
core.actions: renamed Actions.source_cmdlist to Actions.source
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
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")