ó
'![c           @   s
   d  Z  d S(   s¡   A module that is accepted by Python but rejected by tokenize.

The problem is the trailing line continuation at the end of the line,
which produces a TokenError.N(   t   __doc__(    (    (    sD   lib/python2.7/site-packages/pylint/test/functional/tokenize_error.pyt   <module>   s   