diff --git a/kallithea/__init__.py b/kallithea/__init__.py --- a/kallithea/__init__.py +++ b/kallithea/__init__.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.__init__ -~~~~~~~~~~~~~~~~~~ +kallithea +~~~~~~~~~ Kallithea, a web based repository management based on pylons versioning implementation: http://www.python.org/dev/peps/pep-0386/ diff --git a/kallithea/bin/__init__.py b/kallithea/bin/__init__.py --- a/kallithea/bin/__init__.py +++ b/kallithea/bin/__init__.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.bin.__init__ -~~~~~~~~~~~~~~~~~~~~~~ +kallithea.bin +~~~~~~~~~~~~~ Binary scripts for Kallithea diff --git a/kallithea/bin/kallithea_api.py b/kallithea/bin/kallithea_api.py --- a/kallithea/bin/kallithea_api.py +++ b/kallithea/bin/kallithea_api.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.bin.api -~~~~~~~~~~~~~~~~~ +kallithea.bin.kallithea_api +~~~~~~~~~~~~~~~~~~~~~~~~~~~ Api CLI client for Kallithea diff --git a/kallithea/bin/kallithea_backup.py b/kallithea/bin/kallithea_backup.py --- a/kallithea/bin/kallithea_backup.py +++ b/kallithea/bin/kallithea_backup.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.bin.backup_manager -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.bin.kallithea_backup +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Repositories backup manager, it allows to backups all repositories and send it to backup server using RSA key via ssh. diff --git a/kallithea/bin/ldap_sync.py b/kallithea/bin/ldap_sync.py --- a/kallithea/bin/ldap_sync.py +++ b/kallithea/bin/ldap_sync.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.bin.__init__ -~~~~~~~~~~~~~~~~~~~~~~ +kallithea.bin.ldap_sync +~~~~~~~~~~~~~~~~~~~~~~~ LDAP sync script diff --git a/kallithea/controllers/admin/gists.py b/kallithea/controllers/admin/gists.py --- a/kallithea/controllers/admin/gists.py +++ b/kallithea/controllers/admin/gists.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.controllers.admin.gist -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.controllers.admin.gists +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gist controller for Kallithea diff --git a/kallithea/controllers/admin/user_groups.py b/kallithea/controllers/admin/user_groups.py --- a/kallithea/controllers/admin/user_groups.py +++ b/kallithea/controllers/admin/user_groups.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.controllers.admin.users_groups -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.controllers.admin.user_groups +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ User Groups crud controller for pylons diff --git a/kallithea/controllers/api/api.py b/kallithea/controllers/api/api.py --- a/kallithea/controllers/api/api.py +++ b/kallithea/controllers/api/api.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.controllers.api -~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.controllers.api.api +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ API controller for Kallithea diff --git a/kallithea/lib/auth_modules/auth_internal.py b/kallithea/lib/auth_modules/auth_internal.py --- a/kallithea/lib/auth_modules/auth_internal.py +++ b/kallithea/lib/auth_modules/auth_internal.py @@ -13,7 +13,7 @@ # along with this program. If not, see . """ kallithea.lib.auth_modules.auth_internal -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kallithea authentication plugin for built in internal auth diff --git a/kallithea/lib/auth_modules/auth_pam.py b/kallithea/lib/auth_modules/auth_pam.py --- a/kallithea/lib/auth_modules/auth_pam.py +++ b/kallithea/lib/auth_modules/auth_pam.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.lib.auth_pam -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.auth_modules.auth_pam +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kallithea authentication library for PAM diff --git a/kallithea/lib/celerylib/__init__.py b/kallithea/lib/celerylib/__init__.py --- a/kallithea/lib/celerylib/__init__.py +++ b/kallithea/lib/celerylib/__init__.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.lib.celerylib.__init__ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.celerylib +~~~~~~~~~~~~~~~~~~~~~~~ celery libs for Kallithea diff --git a/kallithea/lib/dbmigrate/__init__.py b/kallithea/lib/dbmigrate/__init__.py --- a/kallithea/lib/dbmigrate/__init__.py +++ b/kallithea/lib/dbmigrate/__init__.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.lib.dbmigrate.__init__ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate +~~~~~~~~~~~~~~~~~~~~~~~ Database migration modules diff --git a/kallithea/lib/dbmigrate/schema/db_1_2_0.py b/kallithea/lib/dbmigrate/schema/db_1_2_0.py --- a/kallithea/lib/dbmigrate/schema/db_1_2_0.py +++ b/kallithea/lib/dbmigrate/schema/db_1_2_0.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db_1_2_0 -~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_1_2_0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea <=1.2.X diff --git a/kallithea/lib/dbmigrate/schema/db_1_3_0.py b/kallithea/lib/dbmigrate/schema/db_1_3_0.py --- a/kallithea/lib/dbmigrate/schema/db_1_3_0.py +++ b/kallithea/lib/dbmigrate/schema/db_1_3_0.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db_1_3_0 -~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_1_3_0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea <=1.3.X diff --git a/kallithea/lib/dbmigrate/schema/db_1_4_0.py b/kallithea/lib/dbmigrate/schema/db_1_4_0.py --- a/kallithea/lib/dbmigrate/schema/db_1_4_0.py +++ b/kallithea/lib/dbmigrate/schema/db_1_4_0.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db_1_4_0 -~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_1_4_0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea <=1.4.X diff --git a/kallithea/lib/dbmigrate/schema/db_1_5_0.py b/kallithea/lib/dbmigrate/schema/db_1_5_0.py --- a/kallithea/lib/dbmigrate/schema/db_1_5_0.py +++ b/kallithea/lib/dbmigrate/schema/db_1_5_0.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db_1_5_0 -~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_1_5_0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea <=1.5.2 diff --git a/kallithea/lib/dbmigrate/schema/db_1_5_2.py b/kallithea/lib/dbmigrate/schema/db_1_5_2.py --- a/kallithea/lib/dbmigrate/schema/db_1_5_2.py +++ b/kallithea/lib/dbmigrate/schema/db_1_5_2.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db_1_5_2 -~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_1_5_2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea <=1.5.X diff --git a/kallithea/lib/dbmigrate/schema/db_1_6_0.py b/kallithea/lib/dbmigrate/schema/db_1_6_0.py --- a/kallithea/lib/dbmigrate/schema/db_1_6_0.py +++ b/kallithea/lib/dbmigrate/schema/db_1_6_0.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db_1_6_0 -~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_1_6_0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea <=1.5.X diff --git a/kallithea/lib/dbmigrate/schema/db_1_7_0.py b/kallithea/lib/dbmigrate/schema/db_1_7_0.py --- a/kallithea/lib/dbmigrate/schema/db_1_7_0.py +++ b/kallithea/lib/dbmigrate/schema/db_1_7_0.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db -~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_1_7_0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea diff --git a/kallithea/lib/dbmigrate/schema/db_1_8_0.py b/kallithea/lib/dbmigrate/schema/db_1_8_0.py --- a/kallithea/lib/dbmigrate/schema/db_1_8_0.py +++ b/kallithea/lib/dbmigrate/schema/db_1_8_0.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db -~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_1_8_0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea diff --git a/kallithea/lib/dbmigrate/schema/db_2_0_0.py b/kallithea/lib/dbmigrate/schema/db_2_0_0.py --- a/kallithea/lib/dbmigrate/schema/db_2_0_0.py +++ b/kallithea/lib/dbmigrate/schema/db_2_0_0.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db -~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_2_0_0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea diff --git a/kallithea/lib/dbmigrate/schema/db_2_0_1.py b/kallithea/lib/dbmigrate/schema/db_2_0_1.py --- a/kallithea/lib/dbmigrate/schema/db_2_0_1.py +++ b/kallithea/lib/dbmigrate/schema/db_2_0_1.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db -~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_2_0_1 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea diff --git a/kallithea/lib/dbmigrate/schema/db_2_0_2.py b/kallithea/lib/dbmigrate/schema/db_2_0_2.py --- a/kallithea/lib/dbmigrate/schema/db_2_0_2.py +++ b/kallithea/lib/dbmigrate/schema/db_2_0_2.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db -~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_2_0_2 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea diff --git a/kallithea/lib/dbmigrate/schema/db_2_1_0.py b/kallithea/lib/dbmigrate/schema/db_2_1_0.py --- a/kallithea/lib/dbmigrate/schema/db_2_1_0.py +++ b/kallithea/lib/dbmigrate/schema/db_2_1_0.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db -~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_2_1_0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea diff --git a/kallithea/lib/dbmigrate/schema/db_2_2_0.py b/kallithea/lib/dbmigrate/schema/db_2_2_0.py --- a/kallithea/lib/dbmigrate/schema/db_2_2_0.py +++ b/kallithea/lib/dbmigrate/schema/db_2_2_0.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db -~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_2_2_0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea diff --git a/kallithea/lib/dbmigrate/schema/db_2_2_3.py b/kallithea/lib/dbmigrate/schema/db_2_2_3.py --- a/kallithea/lib/dbmigrate/schema/db_2_2_3.py +++ b/kallithea/lib/dbmigrate/schema/db_2_2_3.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.db -~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.schema.db_2_2_3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Database Models for Kallithea diff --git a/kallithea/lib/dbmigrate/versions/__init__.py b/kallithea/lib/dbmigrate/versions/__init__.py --- a/kallithea/lib/dbmigrate/versions/__init__.py +++ b/kallithea/lib/dbmigrate/versions/__init__.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.lib.dbmigrate.versions.__init__ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.dbmigrate.versions +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Package containing new versions of database models diff --git a/kallithea/lib/indexers/__init__.py b/kallithea/lib/indexers/__init__.py --- a/kallithea/lib/indexers/__init__.py +++ b/kallithea/lib/indexers/__init__.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.lib.indexers.__init__ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.indexers +~~~~~~~~~~~~~~~~~~~~~~ Whoosh indexing module for Kallithea diff --git a/kallithea/lib/paster_commands/repo_scan.py b/kallithea/lib/paster_commands/repo_scan.py --- a/kallithea/lib/paster_commands/repo_scan.py +++ b/kallithea/lib/paster_commands/repo_scan.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.lib.paster_commands.make_rcextensions -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.lib.paster_commands.repo_scan +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repo-scan paster command for Kallithea diff --git a/kallithea/lib/utils2.py b/kallithea/lib/utils2.py --- a/kallithea/lib/utils2.py +++ b/kallithea/lib/utils2.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.lib.utils -~~~~~~~~~~~~~~~~~~~ +kallithea.lib.utils2 +~~~~~~~~~~~~~~~~~~~~ Some simple helper functions diff --git a/kallithea/lib/vcs/backends/hg/__init__.py b/kallithea/lib/vcs/backends/hg/__init__.py --- a/kallithea/lib/vcs/backends/hg/__init__.py +++ b/kallithea/lib/vcs/backends/hg/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ vcs.backends.hg - ~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~ Mercurial backend implementation. diff --git a/kallithea/model/__init__.py b/kallithea/model/__init__.py --- a/kallithea/model/__init__.py +++ b/kallithea/model/__init__.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.__init__ -~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.model +~~~~~~~~~~~~~~~ The application's model objects diff --git a/kallithea/model/changeset_status.py b/kallithea/model/changeset_status.py --- a/kallithea/model/changeset_status.py +++ b/kallithea/model/changeset_status.py @@ -1,4 +1,16 @@ # -*- coding: utf-8 -*- +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . """ kallithea.model.changeset_status ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -12,19 +24,6 @@ Original author and date, and relevant c :copyright: (c) 2013 RhodeCode GmbH, and others. :license: GPLv3, see LICENSE.md for more details. """ -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - import logging from collections import defaultdict diff --git a/kallithea/model/repo_group.py b/kallithea/model/repo_group.py --- a/kallithea/model/repo_group.py +++ b/kallithea/model/repo_group.py @@ -12,7 +12,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.user_group +kallithea.model.repo_group ~~~~~~~~~~~~~~~~~~~~~~~~~~ repo group model for Kallithea diff --git a/kallithea/model/repo_permission.py b/kallithea/model/repo_permission.py --- a/kallithea/model/repo_permission.py +++ b/kallithea/model/repo_permission.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.users_group -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.model.repo_permission +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ repository permission model for Kallithea diff --git a/kallithea/model/user_group.py b/kallithea/model/user_group.py --- a/kallithea/model/user_group.py +++ b/kallithea/model/user_group.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.model.users_group -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.model.user_group +~~~~~~~~~~~~~~~~~~~~~~~~~~ user group model for Kallithea diff --git a/kallithea/tests/other/manual_test_vcs_operations.py b/kallithea/tests/other/manual_test_vcs_operations.py --- a/kallithea/tests/other/manual_test_vcs_operations.py +++ b/kallithea/tests/other/manual_test_vcs_operations.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.tests.test_scm_operations -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.tests.other.manual_test_vcs_operations +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test suite for making push/pull operations. diff --git a/kallithea/tests/other/test_libs.py b/kallithea/tests/other/test_libs.py --- a/kallithea/tests/other/test_libs.py +++ b/kallithea/tests/other/test_libs.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.tests.test_libs -~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.tests.other.test_libs +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Package for testing various lib/helper functions in kallithea diff --git a/kallithea/tests/scripts/manual_test_concurrency.py b/kallithea/tests/scripts/manual_test_concurrency.py --- a/kallithea/tests/scripts/manual_test_concurrency.py +++ b/kallithea/tests/scripts/manual_test_concurrency.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.tests.test_hg_operations -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.tests.scripts.manual_test_concurrency +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test suite for making push/pull operations diff --git a/kallithea/tests/scripts/manual_test_crawler.py b/kallithea/tests/scripts/manual_test_crawler.py --- a/kallithea/tests/scripts/manual_test_crawler.py +++ b/kallithea/tests/scripts/manual_test_crawler.py @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -kallithea.tests.test_crawer -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +kallithea.tests.scripts.manual_test_crawler +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test for crawling a project for memory usage This should be runned just as regular script together