From d3e8a614b95dd6603516c8986405df2b4f47ec0e Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 2 Aug 2010 21:09:58 -0300 Subject: updated docstring on contrib/manage_info.py --- contrib/manage_info.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/manage_info.py b/contrib/manage_info.py index 2f8307e..c02e56b 100755 --- a/contrib/manage_info.py +++ b/contrib/manage_info.py @@ -2,12 +2,12 @@ # -*- coding: utf-8 -*- """ - requirements.py - ~~~~~~~~~~~~~~~ + manage_info.py + ~~~~~~~~~~~~~~ - a simple script that creates a JSON file with the list of dependencies + a simple script that manage a JSON file with the list of dependencies that are not from octave-forge package (SystemRequirements and - BuildRequires). It writes the JSON content to the stdout. + BuildRequires), and the list of license names on the portage tree. :copyright: (c) 2010 by Rafael Goncalves Martins :license: GPL-2, see LICENSE for more details. -- cgit v1.2.3-65-gdbad