diff options
author | hut <hut@lavabit.com> | 2012-12-09 16:10:01 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-12-09 16:10:01 +0100 |
commit | 24d3dc2d53c9154307bb9ca9d72a9d1572098010 (patch) | |
tree | 6c0bfc25e054f841ef68c211953231ba82b2b083 | |
parent | 2cea873aab3a4a61db3f8a99a1478a3395b280ca (diff) | |
download | ranger-24d3dc2d53c9154307bb9ca9d72a9d1572098010.tar.gz |
api.commands: removed unneeded statement in shift()
-rw-r--r-- | ranger/api/commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py index 37d3dec0..8e7e16ac 100644 --- a/ranger/api/commands.py +++ b/ranger/api/commands.py @@ -146,7 +146,6 @@ class Command(FileManagerAware): def shift(self): del self.args[0] - del self.argspos[0] self._setting_line = None self._shifted += 1 |