fix sort.py

This commit is contained in:
Vinta 2016-11-12 22:26:46 +08:00
parent 6041c0b211
commit 3a3a01150d

View File

@ -12,6 +12,7 @@
This could be extended by having nested blocks, sorting them recursively
and flattening the end structure into a list of lines. Revision 2 maybe ^.^.
"""
def sort_blocks():
# First, we load the current README into memory
with open('README.md', 'r') as read_me_file: