view tests/__init__.py @ 455:54e57da61c1a

This patch fixes, partially, an issue with tagpaths. I found that, when using the tagpaths variable, I would actually get fatal exceptions when the clone was happening. This line prevents the fatal exception from occurring.
author Michael J. Pedersen <mpedersen@datapipe.com>
date Thu, 02 Jul 2009 16:12:09 -0500
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))