view tests/__init__.py @ 488:a739568f8d48

Add a test for URLs that have spaces in them.
author Augie Fackler <durin42@gmail.com>
date Tue, 15 Sep 2009 21:57:17 -0400
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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