Esempio n. 1
0
 def getlang():
     """
     And another lang function to produce the list of languages we're
     handling
     """
     return "; ".join(cat.getlangs())
Esempio n. 2
0
 def getlang(self):
     """
     And another lang function to produce the list of languages we're
     handling
     """
     return string.join(cat.getlangs(), "; ")
Esempio n. 3
0
 def getlang():
     """
     And another lang function to produce the list of languages we're
     handling
     """
     return "; ".join(cat.getlangs())