Example #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
Example #2
0
File: Command.py Project: pyre/flo
class Command(pyre.panel(), implements=action):
    """