예제 #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())