コード例 #1
0
ファイル: rhnApache.py プロジェクト: Kilian-Petsch/spacewalk
 def getlang():
     """
     And another lang function to produce the list of languages we're
     handling
     """
     return "; ".join(cat.getlangs())
コード例 #2
0
ファイル: rhnApache.py プロジェクト: bjmingyang/spacewalk
 def getlang(self):
     """
     And another lang function to produce the list of languages we're
     handling
     """
     return string.join(cat.getlangs(), "; ")
コード例 #3
0
ファイル: rhnApache.py プロジェクト: yanheven/spacewalk
 def getlang():
     """
     And another lang function to produce the list of languages we're
     handling
     """
     return "; ".join(cat.getlangs())