view tests/__init__.py @ 486:5607e81ba616

test_util: specify LANG=LC_ALL=C so l10n stops breaking tests
author Augie Fackler <durin42@gmail.com>
date Tue, 15 Sep 2009 22:33:41 -0400
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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