view tests/__init__.py @ 505:e508a718779c

fallback to the previous scheme for file repositories. This improves compatibility with hg-git.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Sun, 13 Dec 2009 17:15:01 +0100
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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