summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Araya Navarro <elcorreo@deshackra.com>2015-10-07 13:24:52 -0600
committerJorge Araya Navarro <elcorreo@deshackra.com>2015-10-07 13:24:52 -0600
commit613962d48ad3dd131ef8847d5e65df1fbe2da054 (patch)
treebbb44f4536ec35ef6ffa9d069e7f560daabf8792
parent0fb91ef95b7887eae1a8a7741f3e20e66c2b4998 (diff)
Minor changes: Organizing imports
-rw-r--r--tools/docdump/makedocs.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/docdump/makedocs.py b/tools/docdump/makedocs.py
index 921b049bd8..be57891abc 100644
--- a/tools/docdump/makedocs.py
+++ b/tools/docdump/makedocs.py
@@ -28,13 +28,12 @@
#
# Also check other TODO entries in this script for more information on what is
# left to do.
-import gettext
import argparse
+import gettext
import logging
import re
from itertools import zip_longest
-from os import path
-from os import listdir
+from os import path, listdir
from xml.etree import ElementTree