mò
­fIc           @   s   d  f  d „  ƒ  YZ  d S(   t   TwoNamesc           B   s   t  Z d  Z d „  Z RS(   s-   f() and g() are two names for the same methodc         C   s   d St  } d S(   s4   
        >>> print TwoNames().f()
        f
        t   fN(   R   t   g(   t   selfR   (    (    t1   /mit/python/lib/python2.4/test/doctest_aliases.pyR      s     (   t   __name__t
   __module__t   __doc__R   (    (    (    R   R       s    N(   R    (   R    (    (    R   t   ?   s    