diff options
author | hut <hut@lavabit.com> | 2010-10-10 02:22:56 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-10-10 02:22:56 +0200 |
commit | a62a095de2d1278a92790c6614a047d4b2403107 (patch) | |
tree | 2c8a7b6137fbd975850cc32cd693b9162f606c7c | |
parent | ef8b570c868cfc86e700eb0fe2697d594f57c639 (diff) | |
download | ranger-a62a095de2d1278a92790c6614a047d4b2403107.tar.gz |
defaults.commands: polishing
renamed class _set to set_ due to python conventions
-rw-r--r-- | ranger/defaults/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/commands.py b/ranger/defaults/commands.py index 157b148c..db73ac45 100644 --- a/ranger/defaults/commands.py +++ b/ranger/defaults/commands.py @@ -288,7 +288,7 @@ class find(Command): return self.count == 1 -class _set(Command): +class set_(Command): """ :set <option name>=<python expression> |