ó
'![c           @  sE   d  Z  d d l m Z e t ƒ d a d „  Z d „  Z d „  Z d S(   s?   Warnings about global statements and usage of global variables.iÿÿÿÿ(   t   print_functioni   c         C  s   t  t ƒ |  a d S(   s+   all this is ok, but try not using global ;)N(   t   printt   CONSTANT(   t   value(    (    s=   lib/python2.7/site-packages/pylint/test/functional/globals.pyt   fix_contant	   s    
c           C  s   t  t ƒ d S(   s   global behaviour testN(   R   t   HOP(    (    (    s=   lib/python2.7/site-packages/pylint/test/functional/globals.pyt   other   s    c           C  s
   d a  d S(   s1   ok but somevar is not defined at the module scopei   N(   t   SOMEVAR(    (    (    s=   lib/python2.7/site-packages/pylint/test/functional/globals.pyt   define_constant   s    N(	   t   __doc__t
   __future__R    R   t   CSTER   R   R   R   (    (    (    s=   lib/python2.7/site-packages/pylint/test/functional/globals.pyt   <module>   s   
		