From 5fd44f5ad9093dee5f62d37c0e89d95e8da8d64f Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 10 Oct 2011 23:40:08 +0200 Subject: container.__init__: removed import shortcuts --- ranger/container/__init__.py | 2 -- ranger/core/environment.py | 2 +- ranger/core/fm.py | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ranger/container/__init__.py b/ranger/container/__init__.py index 21a336bc..62ddc67a 100644 --- a/ranger/container/__init__.py +++ b/ranger/container/__init__.py @@ -2,5 +2,3 @@ This package includes container-objects which are used to manage stored data """ -from ranger.container.history import History -from .bookmarks import Bookmarks diff --git a/ranger/core/environment.py b/ranger/core/environment.py index 8ea8fd65..1f37bde5 100644 --- a/ranger/core/environment.py +++ b/ranger/core/environment.py @@ -21,7 +21,7 @@ from os.path import abspath, normpath, join, expanduser, isdir from ranger.fsobject import Directory from ranger.ext.keybinding_parser import KeyBuffer, KeyMaps -from ranger.container import History +from ranger.container.history import History from ranger.ext.signals import SignalDispatcher from ranger.core.shared import SettingsAware diff --git a/ranger/core/fm.py b/ranger/core/fm.py index a8cba91b..4383a9ab 100644 --- a/ranger/core/fm.py +++ b/ranger/core/fm.py @@ -29,7 +29,7 @@ from ranger import * from ranger.core.actions import Actions from ranger.container.tags import Tags from ranger.gui.ui import UI -from ranger.container import Bookmarks +from ranger.container.bookmarks import Bookmarks from ranger.core.runner import Runner from ranger.ext.get_executables import get_executables from ranger.fsobject import Directory -- cgit 1.4.1-2-gfad0