Mercurial > p > roundup > code
view run_tests @ 582:2fc4f8942a59
allow abbreviation of "help" in admin tool too.
| author | Engelbert Gruber <grubert@users.sourceforge.net> |
|---|---|
| date | Wed, 23 Jan 2002 07:27:19 +0000 |
| parents | ee8093d5eae5 |
| children | deb852c24642 |
line wrap: on
line source
#! /usr/bin/env python # # Copyright (c) 2001 Richard Jones # This module is free software, and you may redistribute it and/or modify # under the same terms as Python, so long as this copyright message and # disclaimer are retained in their original form. # # This module is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # # $Id: run_tests,v 1.1 2002-01-23 05:53:46 richard Exp $ import test test.go() # # $Log: not supported by cvs2svn $ # # # # vim: set filetype=python ts=4 sw=4 et si
