[Assorted-commits] SF.net SVN: assorted: [568] python-commons/trunk/src/commons/__init__.py
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-03 03:25:01
|
Revision: 568 http://assorted.svn.sourceforge.net/assorted/?rev=568&view=rev Author: yangzhang Date: 2008-03-02 19:25:03 -0800 (Sun, 02 Mar 2008) Log Message: ----------- reducing redundant documentation Modified Paths: -------------- python-commons/trunk/src/commons/__init__.py Modified: python-commons/trunk/src/commons/__init__.py =================================================================== --- python-commons/trunk/src/commons/__init__.py 2008-03-03 03:24:56 UTC (rev 567) +++ python-commons/trunk/src/commons/__init__.py 2008-03-03 03:25:03 UTC (rev 568) @@ -2,17 +2,9 @@ # vim:ft=python:et:sw=4:ts=4 """ -U{Python Commons<http://assorted.sf.net/python-commons>} is a collection of -general-purpose utilities released under the U{PSF -license<http://www.python.org/psf/license.html>} (the same license as what -Python is distributed under). +U{Python Commons<http://assorted.sf.net/python-commons>} is a +general-purpose library. -You can download the latest releases -U{here<http://assorted.sf.net/python-commons/download>}. To install, -run setup.py or setup.bash. setup.bash requires -U{simple-setup<http://assorted.sf.net/shell-tools/simple-setup>} which -is part of U{shell-tools<http://assorted.sf.net/shell-tools>}. - @author: Yang Zhang @copyright: Yang Zhang unless otherwise noted @license: PSF This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |