summary refs log tree commit diff stats
path: root/scripts/rifle
Commit message (Expand)AuthorAgeFilesLines
* added scripts directory. rifle is now installed to /usr/bin/hut2012-08-041-0/+1
>




                                                            
"""Workaround to allow running single test cases directly"""
try:
	from __init__ import init, Fake, OK, raise_ok
except:
	from test import init, Fake, OK, raise_ok