summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-18 00:48:34 +0100
committerhut <hut@lavabit.com>2013-02-18 00:48:34 +0100
commitde9e10c902596e5879c0622a276665eb5b28d7a9 (patch)
tree08624a245952798f8f3c54944f91836cec4d6390
parentbaf1bafa5c90b856c690b33ff74bc0fec344ae1c (diff)
downloadranger-de9e10c902596e5879c0622a276665eb5b28d7a9.tar.gz
api.commands: make DELETE_WARNING deprecated
-rw-r--r--ranger/api/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py
index ce381e18..010ea37b 100644
--- a/ranger/api/commands.py
+++ b/ranger/api/commands.py
@@ -12,7 +12,7 @@ from ranger.core.shared import FileManagerAware
 from ranger.ext.lazy_property import lazy_property
 
 SETTINGS_RE = re.compile(r'^\s*([^\s]+?)=(.*)$')
-DELETE_WARNING = 'delete seriously? '
+DELETE_WARNING = 'delete seriously? '  # COMPAT
 
 def alias(*_): pass # COMPAT