buildframework/helium/builder/python/lib/nosetests-script.py
author srilekhas <srilekhas@symbian.org>
Wed, 18 Aug 2010 11:18:38 +0100
changeset 627 cb3264f4c6e6
parent 587 85df38eb4012
permissions -rw-r--r--
Merge : re-applies missing part of fix for Bug 2901,Add export for s60ibymacros.pm

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