Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
4a027cf4
Commit
4a027cf4
authored
Sep 15, 2014
by
Giorgos Korfiatis
Browse files
astakos: Remove unused file admin/users.py
parent
8f6a3b02
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/admin/users.py
deleted
100644 → 0
View file @
8f6a3b02
# Copyright (C) 2010-2014 GRNET S.A.
#
# 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 <http://www.gnu.org/licenses/>.
import
logging
from
astakos.im
import
settings
logger
=
logging
.
getLogger
(
__name__
)
try
:
AUTH_URL
=
settings
.
astakos_services
[
"astakos_identity"
][
"endpoints"
][
0
][
"publicURL"
]
except
(
IndexError
,
KeyError
)
as
e
:
logger
.
error
(
"Failed to load Astakos Auth URL: %s"
,
e
)
AUTH_URL
=
None
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment