diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-17 00:43:45 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-17 00:43:45 +0100 |
commit | 53612fc0a33fda95810dbe0195ab4881f5a40633 (patch) | |
tree | bfac05045ed65b04669f1b7e1f69c628bc9c3b9c | |
parent | 00f996dea89b1a6309907708395b17e9b9021ae9 (diff) | |
download | todo-53612fc0a33fda95810dbe0195ab4881f5a40633.tar.xz |
todo: reorder import lines
-rwxr-xr-x | todo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,10 +12,10 @@ Options: -v --version Show version """ -from sys import exit from collections import OrderedDict from os import getenv, path from docopt import docopt +from sys import exit import toml def dict_sort_key(sort_key): |