Minor changes: Organizing imports
This commit is contained in:
parent
0fb91ef95b
commit
613962d48a
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue