about summary refs log tree commit diff stats
path: root/ranger/fsobject/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/fsobject/__init__.py')
-rw-r--r--ranger/fsobject/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/ranger/fsobject/__init__.py b/ranger/fsobject/__init__.py
index 10997df6..cd3944c3 100644
--- a/ranger/fsobject/__init__.py
+++ b/ranger/fsobject/__init__.py
@@ -16,11 +16,6 @@
 """FileSystemObjects are representation of files and directories
 with fast access to their properties through caching"""
 
-T_FILE = 'file'
-T_DIRECTORY = 'directory'
-T_UNKNOWN = 'unknown'
-T_NONEXISTANT = 'nonexistant'
-
 BAD_INFO = '?'
 
 class NotLoadedYet(Exception):