view tests/__init__.py @ 299:3e27514d575c

Use a reverse lookup in authormap to determine the author for 'hg svn info'. We don't use util.shortuser(); it breaks stuff by cropping the user name at the first period even if it's part of the name.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Fri, 27 Mar 2009 02:59:42 +0100
parents 79b0e059319d
children f423a8780832
line wrap: on
line source

import sys
import os
sys.path.append(os.path.dirname(os.path.dirname(__file__)))