view tests/__init__.py @ 123:58de7aea8a77

Fix a bug in replay convert where replaced files that couldn't use replay would sometimes end up having no content.
author Augie Fackler <durin42@gmail.com>
date Wed, 03 Dec 2008 22:51:03 -0600
parents 79b0e059319d
children f423a8780832
line wrap: on
line source

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