view tests/__init__.py @ 541:d380e7e4175a

Extend issue119 to full original weirdness
author Patrick Mezard <pmezard@gmail.com>
date Tue, 02 Feb 2010 21:36:08 +0100
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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