mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-03 08:22:37 +03:00
python: remove star imports
Star imports are discouraged and break pyflakes. I'm happy to report that pyflakes finds no issues ;)
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
import sys
|
||||
import collections
|
||||
import re
|
||||
from xml_helper import *
|
||||
from xml_helper import xml_parse, xml_print, tree
|
||||
from copy import deepcopy
|
||||
|
||||
TEMPLATE = '''\
|
||||
|
Reference in New Issue
Block a user