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 | 121354a6519863ef51bdb6054b563061bbe17ba0 (patch) | |
tree | 5512561e5d3503468cd1a88849b7fdf83c743a89 /todo | |
parent | b2285f759f2a32806c9c898096295e7ca8ff0f46 (diff) | |
download | bin-121354a6519863ef51bdb6054b563061bbe17ba0.tar.xz |
todo: reorder import lines
Diffstat (limited to 'todo')
-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): |