buildframework/helium/external/python/bin/nosetests-script.py
author y4jin
Tue, 23 Nov 2010 14:07:04 +0800
changeset 705 67449e76cb84
parent 179 d8ac696cc51f
permissions -rw-r--r--
Fix the illegal word scanned by sfchecksource tools

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