summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-12-31 04:33:18 +0100
committerhut <hut@lavabit.com>2009-12-31 04:33:18 +0100
commit59e3fd9051e03c850b3e6da0aad6f8f9ea12f524 (patch)
tree3c16971561c5d8f675a3acbd0991d50db4ec829d /ranger
parenta6791aeef4c62960563882796d993873febe7b9c (diff)
downloadranger-59e3fd9051e03c850b3e6da0aad6f8f9ea12f524.tar.gz
fixed tabs
Diffstat (limited to 'ranger')
-rw-r--r--ranger/shared/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/shared/__init__.py b/ranger/shared/__init__.py
index 1492eec0..8edfcd58 100644
--- a/ranger/shared/__init__.py
+++ b/ranger/shared/__init__.py
@@ -4,10 +4,10 @@ class Awareness(object):
 	pass
 
 class EnvironmentAware(Awareness):
-   env = None
+	env = None
 
 class FileManagerAware(Awareness):
-   fm = None
+	fm = None
 
 from .mimetype import MimeTypeAware
 from .settings import SettingsAware
133'>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 191 192 193 194 195 196 197 198