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

1294.2.17 by William Grant
Add an application root object.
1
class ApplicationRoot(object):
2
    """Root of the IVLE path namespace."""
3
    def __init__(self, config, store):
4
        self.config = config
5
        self.store = store