Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
e40b8da8
Commit
e40b8da8
authored
Jan 31, 2017
by
VIGNET Pierre
Browse files
Add python futures imports
parent
4baa096e
Changes
1
Hide whitespace changes
Inline
Side-by-side
solution_sort.py
View file @
e40b8da8
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
__future__
import
print_function
def
sort_solutions
(
file
):
"""Sort all solutions in alphabetical order in place."""
...
...
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