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