view tests/__init__.py @ 238:e8b3ca865f93

Fix a boneheaded mistake I made when I touched up a previous patch.
author Augie Fackler <durin42@gmail.com>
date Wed, 08 Apr 2009 10:28:56 -0500
parents 79b0e059319d
children f423a8780832
line wrap: on
line source

import sys
import os
sys.path.append(os.path.dirname(os.path.dirname(__file__)))