Example #1
0
 def __init__(self):
   LoaderPlugin.__init__(self)
Example #2
0
 def __init__(self, vote, membervotes):
     self.vote = vote
     self.membervotes = membervotes
     LoaderPlugin.__init__(self)
Example #3
0
 def __init__(self):
     LoaderPlugin.__init__(self)
Example #4
0
 def __init__(self, vote, membervotes):
     self.vote = vote
     self.membervotes = membervotes
     LoaderPlugin.__init__(self)
Example #5
0
 def __init__(self):
   LoaderPlugin.__init__(self)
   self.maxCandidateNumber = 0
Example #6
0
 def __init__(self):
   LoaderPlugin.__init__(self)
   self.maxCandidateNumber = 0