ó
Xž÷Xc           @  s3   d  d l  m Z d   Z d e f d     YZ d S(   i˙˙˙˙(   t   print_functionc           C  s   t  d  d  S(   Ns   PBR Test Command(   t   print(    (    (    sF   /tmp/pip-build-h1VYrz/pbr/pbr/tests/testpackage/pbr_testpackage/cmd.pyt   main   s    t   Fooc           B  s   e  Z e d     Z RS(   c         C  s   t  d  d  S(   Ns   PBR Test Command - with class!(   R   (   t   self(    (    sF   /tmp/pip-build-h1VYrz/pbr/pbr/tests/testpackage/pbr_testpackage/cmd.pyt   bar   s    (   t   __name__t
   __module__t   classmethodR   (    (    (    sF   /tmp/pip-build-h1VYrz/pbr/pbr/tests/testpackage/pbr_testpackage/cmd.pyR      s   N(   t
   __future__R    R   t   objectR   (    (    (    sF   /tmp/pip-build-h1VYrz/pbr/pbr/tests/testpackage/pbr_testpackage/cmd.pyt   <module>   s   	