X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fplugin%2Flicense.py;h=7822c2cb04a6c417b50ed0944fc1225220ce6f76;hp=21fecdb3da8f61d6a7ca18d0710c0b0e2b530246;hb=23bcfd05915a61e3a41d01babd291fd3089ba329;hpb=565f9d7b69d2e4a9ea447d7a50f8f835c3e08642 diff --git a/hooke/plugin/license.py b/hooke/plugin/license.py index 21fecdb..7822c2c 100644 --- a/hooke/plugin/license.py +++ b/hooke/plugin/license.py @@ -1,20 +1,19 @@ -# Copyright (C) 2010 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # 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 ``license`` module provides :class:`LicensePlugin` and associated :class:`hooke.command.Command`\s for displaying Hooke's @@ -23,7 +22,7 @@ licensing information. from .. import __license__ from ..command import Command, Argument, Failure -from ..plugin import Builtin +from . import Builtin class LicensePlugin (Builtin):