summary refs log tree commit diff stats
path: root/doc/pydoc/ranger.gui.widgets.browsercolumn.html
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-05-02 02:55:29 +0200
committerhut <hut@lavabit.com>2010-05-02 02:55:29 +0200
commit9a6688a27066d82190fe7f729b624cd2694c7f4c (patch)
tree3af2fccb1b1a45de07cee5c7e6a82216c3408c94 /doc/pydoc/ranger.gui.widgets.browsercolumn.html
parente782bf7955b6f3b9a48969a3a52462a95f26b96f (diff)
downloadranger-9a6688a27066d82190fe7f729b624cd2694c7f4c.tar.gz
defaults.commands: fixed :quit, added :quitall
Diffstat (limited to 'doc/pydoc/ranger.gui.widgets.browsercolumn.html')
0 files changed, 0 insertions, 0 deletions
                                                                        
 


                                                      
                       



                                                  
# Copyright (C) 2009-2013  Roman Zimbelmann <hut@lavabit.com>
# This software is distributed under the terms of the GNU GPL version 3.

# prepend __ to arguments because one might use "args"
# or "keywords" as a keyword argument.

class OpenStruct(dict):
    """The fusion of dict and struct"""
    def __init__(self, *__args, **__keywords):
        dict.__init__(self, *__args, **__keywords)
        self.__dict__ = self