diff options
author | hut <hut@lavabit.com> | 2010-05-02 03:29:56 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-05-02 03:29:56 +0200 |
commit | cb116bf0dc119977f69f3146c786b09315ac9c50 (patch) | |
tree | 5a2e42fe6083ed679a8305026537ceb929a4c81f | |
parent | 9a6688a27066d82190fe7f729b624cd2694c7f4c (diff) | |
download | ranger-cb116bf0dc119977f69f3146c786b09315ac9c50.tar.gz |
ext.accumulator: added comment
-rw-r--r-- | ranger/ext/accumulator.py | 1 |
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() |