view tests/__init__.py @ 482:a42fb4f1716a

Reclaim repository object to avoid tearDown() failing to remove the open file 'testrepo/db/rep-cache.db'
author Risto Kankkunen <risto.kankkunen@iki.fi>
date Wed, 29 Jul 2009 18:38:28 +0300
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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