B
    A!p\&  ã               @   s@   d Z ddlmZ etƒ dadd„ Zdd„ Zdd	„ Zd
d„ Z	dS )z?Warnings about global statements and usage of global variables.é    )Úprint_functioné   c             C   s   t tƒ | adS )z+all this is ok, but try not using global ;)N)ÚprintÚCONSTANT)Úvalue© r   ú=lib/python3.7/site-packages/pylint/test/functional/globals.pyÚfix_contant	   s    r	   c               C   s   t tƒ dS )zglobal behaviour testN)r   ZHOPr   r   r   r   Úother   s    r
   c               C   s   da dS )z1ok but somevar is not defined at the module scopeé   N)ZSOMEVARr   r   r   r   Údefine_constant   s    r   c               C   s   ddl a dS )z%should only warn for global-statementr   N)Úsysr   r   r   r   Úglobal_with_import   s    r   N)
Ú__doc__Z
__future__r   r   ZCSTEr   r	   r
   r   r   r   r   r   r   Ú<module>   s   