コード例 #1
0
 def __init__(self, pathToWLWProfile, pathToRavenProfile, systemProfile):
     ZAbstractProfileImporter.__init__(self, pathToWLWProfile, pathToRavenProfile, systemProfile)
コード例 #2
0
ファイル: zbwimporter.py プロジェクト: Tidosho/zoundryraven
 def __init__(self, pathToJoeyProfile, pathToRavenProfile, systemProfile):
     self.pathToJoeyProfile = pathToJoeyProfile
     ZAbstractProfileImporter.__init__(self, pathToJoeyProfile, pathToRavenProfile, systemProfile)