Example #1
0
 def __init__(self, pathToWLWProfile, pathToRavenProfile, systemProfile):
     ZAbstractProfileImporter.__init__(self, pathToWLWProfile, pathToRavenProfile, systemProfile)
Example #2
0
 def __init__(self, pathToJoeyProfile, pathToRavenProfile, systemProfile):
     self.pathToJoeyProfile = pathToJoeyProfile
     ZAbstractProfileImporter.__init__(self, pathToJoeyProfile, pathToRavenProfile, systemProfile)