コード例 #1
0
ファイル: xmlgen.py プロジェクト: pombredanne/paella-svn
 def __init__(self, environ):
     DictElement.__init__(self, 'environ', environ)
コード例 #2
0
ファイル: xmlgen.py プロジェクト: BackupTheBerlios/paella-svn
 def __init__(self, environ):
     DictElement.__init__(self, "environ", environ)
コード例 #3
0
ファイル: xmlgen.py プロジェクト: pombredanne/paella-svn
 def __init__(self, trait, environ):
     DictElement.__init__(self, 'profile_variable', environ)
     self.setAttribute('trait', trait)
コード例 #4
0
ファイル: xmlgen.py プロジェクト: BackupTheBerlios/paella-svn
 def __init__(self, trait, environ):
     DictElement.__init__(self, "profile_variable", environ)
     self.setAttribute("trait", trait)