buildframework/helium/builder/python/lib/nosetests-script.py
author jjkang
Thu, 01 Jul 2010 14:58:06 +0800
changeset 609 f76e0f94b7ab
parent 587 85df38eb4012
permissions -rw-r--r--
Minor change: update package_definition.xml

#!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')()
)