view tests/__init__.py @ 627:faba8e636960

Added tag 1.1.1 for changeset 8e621dbb82d4
author Augie Fackler <durin42@gmail.com>
date Mon, 05 Jul 2010 11:33:04 -0500
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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