Ejemplo n.º 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
Ejemplo n.º 2
0
    def _configure(self):
        Application._configure(self)

        import os
        self.home = os.path.abspath(self.inventory.home)
        return
Ejemplo n.º 3
0
    def _configure(self):
        Application._configure(self)

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