示例#1
0
文件: Spell.py 项目: jlmaurer/pyre
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
示例#2
0
文件: Command.py 项目: pyre/flo
class Command(pyre.panel(), implements=action):
    """