buildframework/helium/builder/python/lib/nosetests-script.py
changeset 587 85df38eb4012
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/builder/python/lib/nosetests-script.py	Tue Apr 27 08:33:08 2010 +0300
@@ -0,0 +1,9 @@
+#!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')()
+)