view tests/__init__.py @ 620:8acae2416ec1

wrappers: cope with remoteui move to hg (hg cset d1908cb95a82)
author Augie Fackler <durin42@gmail.com>
date Sun, 13 Jun 2010 00:10:53 -0500
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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