virtinst.cli: remove duplicated line

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina 2016-06-10 02:20:13 +02:00
parent 2f0b40ac00
commit 9ca3ec8b17
1 changed files with 0 additions and 1 deletions

View File

@ -2392,7 +2392,6 @@ def build_parser_map(options, skip=None, only=None):
register_parser("features", ParserFeatures)
register_parser("clock", ParserClock)
register_parser("pm", ParserPM)
register_parser("features", ParserFeatures)
register_parser("disk", ParserDisk)
register_parser("network", ParserNetwork)
register_parser("graphics", ParserGraphics)