summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-10 23:10:34 +0200
committerhut <hut@lavabit.com>2011-10-10 23:10:34 +0200
commit6538ecf8693f1c67721e070786be768e452bdcf8 (patch)
tree5496357d6bc21bc8eec0668e7da3f57e40fc1040
parent259939558dcc39c64ad546d74cd0eb62a9667030 (diff)
downloadranger-6538ecf8693f1c67721e070786be768e452bdcf8.tar.gz
core.fm: removed old code
-rw-r--r--ranger/core/fm.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py
index a98ba938..a8cba91b 100644
--- a/ranger/core/fm.py
+++ b/ranger/core/fm.py
@@ -62,12 +62,6 @@ class FM(Actions, SignalDispatcher):
 		mimetypes.knownfiles.append(self.relpath('data/mime.types'))
 		self.mimetypes = mimetypes.MimeTypes()
 
-	# COMPAT
-	@property
-	def executables(self):
-		"""For compatibility. Calls get_executables()"""
-		return get_executables()
-
 	def initialize(self):
 		"""If ui/bookmarks are None, they will be initialized here."""
 		if self.bookmarks is None:
='n130' href='#n130'>130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190