X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fplugin%2Fcut.py;fp=hooke%2Fplugin%2Fcut.py;h=7e8ded7f1cf5951419cc77e1c99759afecb68fe1;hp=07bc38870d3604d902f536314d8247f412aa3f2a;hb=fd155ef5b2366994f69252c7cd49d46186b62af0;hpb=55dbeab5c1da8d611b140373f8196cf66be7acde diff --git a/hooke/plugin/cut.py b/hooke/plugin/cut.py index 07bc388..7e8ded7 100644 --- a/hooke/plugin/cut.py +++ b/hooke/plugin/cut.py @@ -3,19 +3,18 @@ # # This file is part of Hooke. # -# Hooke is free software: you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. +# Hooke is free software: you can redistribute it and/or modify it under the +# terms of the GNU Lesser General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. # -# Hooke 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. See the GNU Lesser General -# Public License for more details. +# Hooke 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. See the GNU Lesser General Public License for more +# details. # -# You should have received a copy of the GNU Lesser General Public -# License along with Hooke. If not, see -# . +# You should have received a copy of the GNU Lesser General Public License +# along with Hooke. If not, see . """The `cut` module provides :class:`CutPlugin` and :class:`CutCommand`.