Skip to content

Commit

Permalink
fix deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
TaykYoku committed Jul 28, 2021
1 parent e8530bb commit aaddb9a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/WebAppDIRAC/Lib/Conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import uuid
import tempfile
import tornado.process

from DIRAC import gConfig
from DIRAC.Core.Security import Locations, X509Chain, X509CRL
from DIRAC.Core.Utilities.Decorators import deprecated


__RCSID__ = "$Id$"
Expand Down Expand Up @@ -253,11 +253,6 @@ def getIcon():
return getCSValue("Icon", "/static/core/img/icons/system/favicon.ico")


@deprecated("Please, use SSLProtocol instead.")
def SSLProrocol():
return SSLProtocol()


def SSLProtocol():
""" Get ssl protocol
Expand Down

0 comments on commit aaddb9a

Please sign in to comment.