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
8b3982c9
Commit
8b3982c9
authored
Oct 01, 2019
by
olb
Browse files
fix python 3 (not 3.5)
parent
b929cc6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/hreport
View file @
8b3982c9
#!/usr/bin/env python
import
sys
from
hreports.scripts
import
main
assert
sys
.
version_info
>=
(
3
,
5
)
assert
sys
.
version_info
>=
(
3
,
0
)
from
hreports.scripts
import
main
main
()
hreports/scripts.py
View file @
8b3982c9
...
...
@@ -8,7 +8,7 @@ import os
import
shutil
import
sys
assert
sys
.
version_info
>=
(
3
,
5
)
assert
sys
.
version_info
>=
(
3
,
0
)
from
jinja2
import
Environment
,
FileSystemLoader
...
...
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