~azzar1/unity/add-show-desktop-key

1
2
3
4
5
6
class ApplicationRoot(object):
    """Root of the IVLE path namespace."""
    def __init__(self, config, store, user):
        self.config = config
        self.store = store
        self.user = user