view tests/__init__.py @ 568:f74c8e98e3d2

remove useless shebang to comfort rpmlint
author "fs"
date Sun, 28 Feb 2010 22:39:57 +0100
parents 537de0300510
children
line wrap: on
line source

import imp, os, sys

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