view tests/__init__.py @ 377:7e9269555e72

Move HgChangeReceiver.branches_in_paths() to the stupid module.
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 30 May 2009 11:11: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__)))