~bjornt/grammatista/basic-ui

« back to all changes in this revision

Viewing changes to lib/grammatista/interfaces.py

  • Committer: Bjorn Tillenius
  • Date: 2008-11-02 23:00:14 UTC
  • Revision ID: bjorn@tillenius.me-20081102230014-07nracwf9v3cvfdw
Fix lithuanian.py so that it runs using the new API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        """Adds an inflection form group to the language.
94
94
 
95
95
        Create the group and add objects to the group with the specified
96
 
        labels and return the added group.
 
96
        string_id and name, and return the added group.
97
97
        """
98
98
 
99
99
    def add_word_list(string_id, name):