diff options
author | hut <hut@lavabit.com> | 2011-10-30 02:32:55 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-30 02:32:55 +0200 |
commit | 975be325388b00cca3c0aa2bb0a70ef0a57d2f93 (patch) | |
tree | 3b352dd8c1c7e49eaf02d405ed94a07d581904cc | |
parent | ec6093297e8851802ff2184cd2949bb9cfbad1d7 (diff) | |
download | ranger-975be325388b00cca3c0aa2bb0a70ef0a57d2f93.tar.gz |
api.commands: added a TODO entry
-rw-r--r-- | ranger/api/commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py index ae3bdc94..ea0df16b 100644 --- a/ranger/api/commands.py +++ b/ranger/api/commands.py @@ -13,6 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# TODO: Add an optional "!" to all commands and set a flag if it's there + import os import ranger import re |