File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/DIRAC/Core/Tornado/Server/private Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -272,13 +272,10 @@ def _authzMYAUTH(self):
272
272
# The variable that will contain the result of the request, see __execute method
273
273
__result = None
274
274
275
- # Below are variables that the developer can OVERWRITE as needed
275
+ # Full component name in the form <System>/<Component>
276
+ _fullComponentName = None
276
277
277
- # System name with which this component is associated.
278
- # Developer can overwrite this
279
- # if your handler is outside the DIRAC system package (src/DIRAC/XXXSystem/<path to your handler>)
280
- SYSTEM_NAME = None
281
- COMPONENT_NAME = None
278
+ # Below are variables that the developer can OVERWRITE as needed
282
279
283
280
# Base system URL. If defined, it is added as a prefix to the handler generated.
284
281
BASE_URL = None
You can’t perform that action at this time.
0 commit comments