view tests/__init__.py @ 625:96552e855d7e

tests: fix misnamed test caught while hunting unrelated bugs
author Augie Fackler <durin42@gmail.com>
date Sun, 27 Jun 2010 21:14:36 -0500
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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