Exemple #1
0
    def _configure(self):
        Application._configure(self)

        import os
        self.home = os.path.abspath(
            os.path.expanduser(self.inventory.home))

        # should the following be in _init?
        import os
        if not os.path.exists(self.home):
            os.makedirs(self.home)
            
        return
Exemple #2
0
    def _configure(self):
        Application._configure(self)

        import os
        self.home = os.path.abspath(self.inventory.home)
        return
    def _configure(self):
        Application._configure(self)

        import os
        self.home = os.path.abspath(self.inventory.home)
        return