Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
schildergenerator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schilder
schildergenerator
Commits
c3878fec
Verified
Commit
c3878fec
authored
5 years ago
by
Robin Sonnabend
Browse files
Options
Downloads
Patches
Plain Diff
Fix werkzeug/genshi version problem
parent
22b9a6c5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
schilder.py
+3
-0
3 additions, 0 deletions
schilder.py
with
3 additions
and
0 deletions
schilder.py
+
3
−
0
View file @
c3878fec
...
...
@@ -6,6 +6,9 @@ import sys
import
os
import
os.path
import
glob
import
werkzeug
# genshi expects old location, fix
werkzeug
.
cached_property
=
werkzeug
.
utils
.
cached_property
from
genshi.template
import
TemplateLoader
from
genshi.template.text
import
NewTextTemplate
from
flaskext.genshi
import
Genshi
,
render_response
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment