³ς
υάNc           @   s)   d  Z  d e f d     YZ e   Z d S(   sj   
$Rev: 592 $
$LastChangedBy: satoon101 $
$LastChangedDate: 2011-11-22 16:20:03 -0500 (Tue, 22 Nov 2011) $
t   _PriorityAddonc           B   s2   e  Z d  Z d   Z d   Z d   Z d   Z RS(   s$   Class that holds all Priority Addonsc         G   s   |  i  t |   d S(   s)   Adds any elements given on initializationN(   t   updatet   set(   t   selft   elems(    (    sX   /home/saberrider/srcds/css/cstrike/addons/eventscripts/gungame51/core/addons/priority.pyt   __init__   s    c         G   s   |  i  t |   |  S(   s~   Adds any elements when class object is called and returns the class

           Added for backwards compat with custom addons (   R   R   (   R   R   (    (    sX   /home/saberrider/srcds/css/cstrike/addons/eventscripts/gungame51/core/addons/priority.pyt   __call__   s    c         C   s   |  i  |  d S(   s!   Added for backwards compatibilityN(   t   add(   R   t   name(    (    sX   /home/saberrider/srcds/css/cstrike/addons/eventscripts/gungame51/core/addons/priority.pyt   append!   s    c         C   s   |  i  |  d S(   s!   Added for backwards compatibilityN(   t   discard(   R   R   (    (    sX   /home/saberrider/srcds/css/cstrike/addons/eventscripts/gungame51/core/addons/priority.pyt   remove'   s    (   t   __name__t
   __module__t   __doc__R   R   R	   R   (    (    (    sX   /home/saberrider/srcds/css/cstrike/addons/eventscripts/gungame51/core/addons/priority.pyR       s
   			N(   R   R   R    t   PriorityAddon(    (    (    sX   /home/saberrider/srcds/css/cstrike/addons/eventscripts/gungame51/core/addons/priority.pys   <module>   s   !