??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
ó
àUdac @` sL d d l m Z m Z m Z e Z d d l m Z d e f d „ ƒ YZ d S( i ( t absolute_importt divisiont print_function( t RLockt Singletonc B` s e Z d Z d „ Z d „ Z RS( sÀ Metaclass for classes that wish to implement Singleton
functionality. If an instance of the class exists, it's returned,
otherwise a single instance is instantiated and returned.
c C` s5 t t | ƒ j | | | ƒ d | _ t ƒ | _ d S( N( t superR t __init__t Nonet _Singleton__instanceR t _Singleton__rlock( t clst namet basest dct( ( s; /usr/lib/python2.7/site-packages/ansible/utils/singleton.pyR s c O` s] | j d k r | j S| j 5 | j d k rP t t | ƒ j | | Ž | _ n Wd QX| j S( N( R R R R R t __call__( R
t argst kw( ( s; /usr/lib/python2.7/site-packages/ansible/utils/singleton.pyR s
'( t __name__t
__module__t __doc__R R ( ( ( s; /usr/lib/python2.7/site-packages/ansible/utils/singleton.pyR s N( t
__future__R R R t typet
__metaclass__t threadingR R ( ( ( s; /usr/lib/python2.7/site-packages/ansible/utils/singleton.pyt s