コード例 #1
0
ファイル: web_ui.py プロジェクト: ebouaziz/TracRevTreePlugin
    def _get_ui_authors(self):
        """Generates the list of displayable authors """
        repos = Repository(self.env)

        # Authors
        authors = sorted(repos.get_authors())
        authors.insert(0, '')

        return authors