ó
ūR_c           @   s]   d  Z  d d l m Z m Z y d d l m Z e Z Wn e k
 rO e Z n Xd   Z	 d S(   sR   
A sample module containing the kind of code that
TestFixtures helps with testing
i’’’’(   t   Xt   z(   t   hpyc         C   s&   t  r" t   j   j j |   n  d  S(   N(   t   guppyR   t   heapt   statt   dump(   t   path(    (    sS   /var/www/syncserver/local/lib/python2.7/site-packages/testfixtures/tests/sample2.pyR      s    N(
   t   __doc__t   testfixtures.tests.sample1R    R   R   R   t   Truet   ImportErrort   FalseR   (    (    (    sS   /var/www/syncserver/local/lib/python2.7/site-packages/testfixtures/tests/sample2.pyt   <module>   s   

