summary refs log tree commit diff stats
path: root/ranger/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/__init__.py')
-rw-r--r--ranger/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index e2a4983d..d1300cb4 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -64,6 +64,3 @@ def relpath_conf(*paths):
 def relpath(*paths):
 	"""returns the path relative to rangers library directory"""
 	return os.path.join(RANGERDIR, *paths)
-
-
-from ranger.__main__ import main