view tests/__init__.py @ 454:29fe7212cae0

tags: be more aggressive about not copying from tags we do not have
author Augie Fackler <durin42@gmail.com>
date Wed, 01 Jul 2009 14:43:43 -0500
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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