Example #1
0
 def __init__(self, supergroups):
   FargException.__init__(self)
   self.supergroups = supergroups
Example #2
0
 def __init__(self, conflicting_groups):
   #: The groups that conflict.
   FargException.__init__(self)
   self.conflicting_groups = conflicting_groups
 def __init__(self, supergroups):
     FargException.__init__(self)
     self.supergroups = supergroups
 def __init__(self, conflicting_groups):
     #: The groups that conflict.
     FargException.__init__(self)
     self.conflicting_groups = conflicting_groups
Example #5
0
 def __init__(self, items):
   FargException.__init__(self)
   self.items = items
 def __init__(self, items):
     FargException.__init__(self)
     self.items = items