about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-05-02 03:29:56 +0200
committerhut <hut@lavabit.com>2010-05-02 03:29:56 +0200
commitcb116bf0dc119977f69f3146c786b09315ac9c50 (patch)
tree5a2e42fe6083ed679a8305026537ceb929a4c81f
parent9a6688a27066d82190fe7f729b624cd2694c7f4c (diff)
downloadranger-cb116bf0dc119977f69f3146c786b09315ac9c50.tar.gz
ext.accumulator: added comment
-rw-r--r--ranger/ext/accumulator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/ext/accumulator.py b/ranger/ext/accumulator.py
index 2e599c85..75f58ad7 100644
--- a/ranger/ext/accumulator.py
+++ b/ranger/ext/accumulator.py
@@ -68,6 +68,7 @@ class Accumulator(object):
 
 		return self.move(to=self.pointer)
 
+	# XXX Is this still necessary?  move() ensures correct pointer position
 	def correct_pointer(self):
 		lst = self.get_list()