view tests/__init__.py @ 388:5071b8511572

tools: Fixes for verification that seemed to be needed.
author Augie Fackler <durin42@gmail.com>
date Mon, 01 Jun 2009 11:10:32 -0500
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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