buildframework/helium/builder/python/lib/nosetests-script.py
author wbernard
Thu, 22 Jul 2010 17:09:34 +0300
branchhelium-9.0
changeset 619 f5b4d1b4622d
parent 587 85df38eb4012
permissions -rw-r--r--
Added tag helium-9.0.5 for changeset df88fead2976

#!C:\APPS\ACTPYT~1\python.exe
# EASY-INSTALL-ENTRY-SCRIPT: 'nose==0.10.4','console_scripts','nosetests'

import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('nose==0.11.1', 'console_scripts', 'nosetests')()
)