Преглед на файлове

Minor changes: Organizing imports

Jorge Araya Navarro преди 10 години
родител
ревизия
613962d48a
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      tools/docdump/makedocs.py

+ 2 - 3
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