Exemplo n.º 1
0
class Spell(pyre.panel(), Dashboard):
    """
    Base class for merlin spell implementations
    """

    # public data
    @property
    def vfs(self):
        """
        Access to the fileserver
        """
        # merlin knows
        return self.merlin.vfs
Exemplo n.º 2
0
Arquivo: Command.py Projeto: pyre/flo
class Command(pyre.panel(), implements=action):
    """