view tests/__init__.py @ 631:493023041e74

Added tag 1.1.2 for changeset 093ae2915b45
author Augie Fackler <durin42@gmail.com>
date Tue, 06 Jul 2010 10:42:00 -0500
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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