コード例 #1
0
ファイル: upload.py プロジェクト: Kotti/Kotti
    def form(self):
        """ The upload form.

        :result: Data that is needed to render the form (such as allowed child
                 types).
        :rtype: dict
        """

        upload.need()

        return {}
コード例 #2
0
ファイル: upload.py プロジェクト: Python3pkg/Kotti
    def form(self):
        """ The upload form.

        :result: Data that is needed to render the form (such as allowed child
                 types).
        :rtype: dict
        """

        upload.need()

        return {}