buildframework/helium/external/python/bin/nosetests-script.py
author timothy.murphy@nokia.com
Tue, 04 May 2010 16:56:51 +0100
branchfix
changeset 519 206fd7d7ef46
parent 179 d8ac696cc51f
permissions -rw-r--r--
Use TRACE_RELEASABLE_ID more consistently. Fix comment spelling.

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