# HG changeset patch # User RhodeCode Admin # Date 2023-07-17 12:05:12 # Node ID dcf51ded8aca79de89baa66621fe0470b93d8e44 # Parent c35e966b6d8efa16b5ef3dc19dec50b12664b525 configs: removed utf8 not needed on python3 diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -1,4 +1,4 @@ -## -*- coding: utf-8 -*- +# ; ################################# ; RHODECODE VCSSERVER CONFIGURATION diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -1,4 +1,4 @@ -## -*- coding: utf-8 -*- +# ; ################################# ; RHODECODE VCSSERVER CONFIGURATION