view tests/__init__.py @ 590:5e9ab25e0112

handle nonexistant svn repositories, fixes issue 137
author Jonathan Kotta <jpkotta@gmail.com>
date Tue, 09 Mar 2010 20:58:08 -0600
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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