diff options
author | hut <hut@lavabit.com> | 2009-12-11 23:39:45 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-12-11 23:39:45 +0100 |
commit | 649a69cb87af38f4bf1848085d49d1193f6e01ab (patch) | |
tree | 1bd56b79daf5af576f38a447b0264bce2a880f52 /ranger | |
parent | 084a0743189363c8c03aae1fe6766ae92a4469a3 (diff) | |
download | ranger-649a69cb87af38f4bf1848085d49d1193f6e01ab.tar.gz |
clean ups
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/gui/displayable.py | 5 | ||||
-rw-r--r-- | ranger/gui/widgets/console.py | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/ranger/gui/displayable.py b/ranger/gui/displayable.py index 4ac8c3fc..d9f56076 100644 --- a/ranger/gui/displayable.py +++ b/ranger/gui/displayable.py @@ -147,11 +147,6 @@ class DisplayableContainer(Displayable): for displayable in self.container: displayable.destroy() -# def resize(self): -# """Recursively called on objects in container""" -# for displayable in container: -# displayable.resize() - class OutOfBoundsException(Exception): pass diff --git a/ranger/gui/widgets/console.py b/ranger/gui/widgets/console.py index ab37d628..c7f3b29d 100644 --- a/ranger/gui/widgets/console.py +++ b/ranger/gui/widgets/console.py @@ -1,5 +1,5 @@ -"""The Console widget implements a vim-like console for entering commands, -searching and executing files.""" +"""The Console widget implements a vim-like console for entering +commands, searching and executing files.""" from ..displayable import Displayable import curses |