view tests/__init__.py @ 493:41c333473dda

try to deal with weirdly located branches in rebuildmeta (#118)
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Tue, 22 Sep 2009 16:46:16 +0200
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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