Mercurial > hg > octave-nkf
diff scripts/miscellaneous/python.m @ 13859:6d59b141e65d
Add python to manual and respect format rules of copyright block
author | Carnë Draug <carandraug+dev@gmail.com> |
---|---|
date | Mon, 31 Oct 2011 01:05:41 +0000 |
parents | 2ca9730d35ba |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/scripts/miscellaneous/python.m +++ b/scripts/miscellaneous/python.m @@ -1,5 +1,5 @@ ## Copyright (C) 2008-2011 Julian Schnidder -## Copyright (C) 2011 Carnë Draug <carandraug+dev@gmail.com> +## Copyright (C) 2011 Carnë Draug ## ## This file is part of Octave. ## @@ -27,6 +27,8 @@ ## @seealso{system} ## @end deftypefn +## Author: Carnë Draug <carandraug+dev@gmail.com> + function [output, status] = python (scriptfile = "-c ''", varargin) ## VARARGIN is intialized to {}(1x0) if no additional arguments are