view svnwrap/tests/__init__.py @ 17:31aa63ac778c

Fix a stupid mistake. A reminder of why Nose is handy.
author Augie Fackler <durin42@gmail.com>
date Tue, 07 Oct 2008 22:19:18 -0500
parents 79b0e059319d
children
line wrap: on
line source

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