view tests/__init__.py @ 408:f137231f9d30

extract the revmap support into a separate dict-like class
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 10 Jun 2009 15:45:20 +0200
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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