Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
olb
hreports
Commits
87355c93
Commit
87355c93
authored
Mar 10, 2018
by
Philippe
Committed by
olb
Aug 25, 2019
Browse files
python3: iterate on keys copy
parent
98e8b84c
Changes
1
Hide whitespace changes
Inline
Side-by-side
hreports/settings.py
View file @
87355c93
...
...
@@ -107,7 +107,8 @@ __settings['REPORTS_DEFAULT'] = {
'title'
:
'Trésorerie'
},
}
for
report_type
in
__settings
[
'REPORTS_DEFAULT'
].
keys
():
for
report_type
in
list
(
__settings
[
'REPORTS_DEFAULT'
]):
if
report_type
in
__reports_default
:
import
collections
def
update
(
d
,
u
):
...
...
Write
Preview
Supports
Markdown
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