diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-08 19:31:24 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-10 03:06:58 +0900 |
commit | af182e786ccd8157633b93dbb312a21ff99588d1 (patch) | |
tree | 1a16247db22c4a297c5a4aa7f12091d05b6e93b5 | |
parent | hwdb: drop comment (diff) | |
download | systemd-af182e786ccd8157633b93dbb312a21ff99588d1.tar.gz systemd-af182e786ccd8157633b93dbb312a21ff99588d1.tar.bz2 systemd-af182e786ccd8157633b93dbb312a21ff99588d1.zip |
hwdb: drop unused imported object
-rwxr-xr-x | hwdb/parse_hwdb.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hwdb/parse_hwdb.py b/hwdb/parse_hwdb.py index 4900a2577..89efc2892 100755 --- a/hwdb/parse_hwdb.py +++ b/hwdb/parse_hwdb.py @@ -30,8 +30,7 @@ import sys import os try: - from pyparsing import (Word, White, Literal, ParserElement, Regex, - LineStart, LineEnd, + from pyparsing import (Word, White, Literal, ParserElement, Regex, LineEnd, OneOrMore, Combine, Or, Optional, Suppress, Group, nums, alphanums, printables, stringEnd, pythonStyleComment, QuotedString, |