changeset 8810:2d34e0499789

helpers: drop outdated import comments
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 14 Dec 2020 18:27:32 +0100
parents 4f0de9468da3
children 603876bbf79b
files kallithea/lib/helpers.py
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/helpers.py	Fri Nov 13 01:06:16 2020 +0100
+++ b/kallithea/lib/helpers.py	Mon Dec 14 18:27:32 2020 +0100
@@ -31,9 +31,6 @@
 
 import kallithea
 from kallithea.lib.annotate import annotate_highlight
-#==============================================================================
-# PERMS
-#==============================================================================
 from kallithea.lib.auth import HasPermissionAny, HasRepoGroupPermissionLevel, HasRepoPermissionLevel
 from kallithea.lib.diffs import BIN_FILENODE, CHMOD_FILENODE, DEL_FILENODE, MOD_FILENODE, NEW_FILENODE, RENAMED_FILENODE
 from kallithea.lib.pygmentsutils import get_custom_lexer
@@ -41,9 +38,6 @@
                                   time_to_datetime)
 from kallithea.lib.vcs.backends.base import BaseChangeset, EmptyChangeset
 from kallithea.lib.vcs.exceptions import ChangesetDoesNotExistError
-#==============================================================================
-# SCM FILTERS available via h.
-#==============================================================================
 from kallithea.lib.vcs.utils import author_email, author_name
 from kallithea.lib.webutils import (HTML, Option, canonical_url, checkbox, chop_at, end_form, escape, form, format_byte_size, hidden, js, jshtml, link_to,
                                     literal, password, pop_flash_messages, radio, render_w_mentions, reset, safeid, select, session_csrf_secret_name,