Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
sso
Commits
908477e9
Commit
908477e9
authored
Mar 31, 2014
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix old broken import
parent
16c53ab8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/sso_server/sso_server/main.py
src/sso_server/sso_server/main.py
+2
-2
No files found.
src/sso_server/sso_server/main.py
View file @
908477e9
...
...
@@ -34,7 +34,7 @@ import optparse
import
signal
import
socket
import
sys
from
sso_server
import
application
,
setup_syslog
from
sso_server
import
application
log
=
logging
.
getLogger
(
__name__
)
...
...
@@ -44,7 +44,7 @@ def setup_logging(opts):
if
opts
.
logtostderr
:
logging
.
basicConfig
(
level
=
level
)
else
:
setup_syslog
(
level
)
application
.
setup_syslog
(
level
)
def
autodetect_fastcgi
():
...
...
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