Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
burp-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
17
Issues
17
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ziirish
burp-ui
Commits
51305e40
Verified
Commit
51305e40
authored
Jun 28, 2019
by
Ziirish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix import redefinition
parent
99077f11
Pipeline
#1637
passed with stages
in 3 minutes and 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
burpui/sessions.py
burpui/sessions.py
+1
-1
No files found.
burpui/sessions.py
View file @
51305e40
...
...
@@ -20,7 +20,7 @@ except ImportError: # pragma: no cover
pass
try
:
from
flask_session
import
Session
# noqa
from
flask_session
import
Session
as
DummySessionImport
# noqa
WITH_FLASK_SESSION
=
True
except
ImportError
:
WITH_FLASK_SESSION
=
False
...
...
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