Rename Plinth to FreedomBox in more module doc strings

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2018-02-11 15:38:25 +05:30 committed by James Valleroy
parent 8f0e2d6381
commit 8f4811b350
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
12 changed files with 12 additions and 19 deletions

View File

@ -15,9 +15,8 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
""" """
Configuration helper for Plinth firewall inteface Configuration helper for FreedomBox firewall interface.
""" """
import argparse import argparse

View File

@ -15,9 +15,8 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
""" """
Configuration helper for Plinth PageKite interface. Configuration helper for PageKite interface.
""" """
import argparse import argparse

View File

@ -14,9 +14,8 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
""" """
Plinth package init file Package init file.
""" """
__version__ = '0.23.0' __version__ = '0.23.0'

View File

@ -14,9 +14,8 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
""" """
Discover, load and manage Plinth modules Discover, load and manage FreedomBox applications.
""" """
import collections import collections

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
""" """
Plinth module with utilites for performing application setup operations. Utilities for performing application setup operations.
""" """
import logging import logging

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
""" """
Plinth signals Django signals emitted within FreedomBox.
""" """
from django.dispatch import Signal from django.dispatch import Signal

View File

@ -15,9 +15,8 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
""" """
Module initializer for Plinth test cases containing test suite Module initializer for FreedomBox test cases containing test suite.
""" """
import unittest import unittest

View File

@ -16,7 +16,7 @@
# #
""" """
Test module for Plinth's custom context processors. Test module for custom context processors.
""" """
from unittest.mock import Mock, MagicMock from unittest.mock import Mock, MagicMock

View File

@ -16,7 +16,7 @@
# #
""" """
Test module for Plinth's custom middleware. Test module for custom middleware.
""" """
from unittest.mock import Mock, MagicMock, patch from unittest.mock import Mock, MagicMock, patch

View File

@ -14,9 +14,8 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
""" """
Test module for Plinth's utilities. Test module for utilities.
""" """
import tempfile import tempfile

View File

@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
""" """
Main Plinth views Main FreedomBox views.
""" """
from django.contrib import messages from django.contrib import messages

View File

@ -15,9 +15,8 @@
# You should have received a copy of the GNU Affero General Public License # You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
""" """
Plinth setup file FreedomBox Service setup file.
""" """
from distutils import log from distutils import log