Mercurial > hgsubversion
view tests/__init__.py @ 478:37304494cd15
No os.spawnvp() in Windows, use subprocess.call() instead
author | Risto Kankkunen <risto.kankkunen@iki.fi> |
---|---|
date | Wed, 29 Jul 2009 16:34:15 +0300 |
parents | 537de0300510 |
children |
line wrap: on
line source
import imp, os, sys sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))