mirror of
https://github.com/vinta/awesome-python.git
synced 2025-02-17 13:58:06 +00:00
fix sort.py
This commit is contained in:
parent
6041c0b211
commit
3a3a01150d
1
sort.py
1
sort.py
|
@ -12,6 +12,7 @@
|
||||||
This could be extended by having nested blocks, sorting them recursively
|
This could be extended by having nested blocks, sorting them recursively
|
||||||
and flattening the end structure into a list of lines. Revision 2 maybe ^.^.
|
and flattening the end structure into a list of lines. Revision 2 maybe ^.^.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def sort_blocks():
|
def sort_blocks():
|
||||||
# First, we load the current README into memory
|
# First, we load the current README into memory
|
||||||
with open('README.md', 'r') as read_me_file:
|
with open('README.md', 'r') as read_me_file:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user