comparison tests/__init__.py @ 347:537de0300510

Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Fri, 22 May 2009 15:12:31 +0200
parents 5dc8fee7fc96
children
comparison
equal deleted inserted replaced
346:4b992ebdecc6 347:537de0300510
1 import sys 1 import imp, os, sys
2 import os 2
3 sys.path.append(os.path.dirname(os.path.dirname(__file__))) 3 sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))