mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Fixes to various issues reported by pyflakes
Pyflake is a python (2) source checker. This patch fixes various (mostly trivial) errors and warnings it reports. Change-Id: Ia35c5ac61751b927814cf693994c632c412386ea
This commit is contained in:
@@ -9,11 +9,9 @@ the GNU General Public License Version 2.
|
||||
'''
|
||||
|
||||
import sys
|
||||
import os
|
||||
import optparse
|
||||
import xml.dom.minidom
|
||||
|
||||
from xml.dom.minidom import Element, parse
|
||||
from xml.dom.minidom import parse
|
||||
|
||||
|
||||
def merge_parameter_information(managerEvent):
|
||||
|
Reference in New Issue
Block a user