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:
Tzafrir Cohen
2016-12-14 10:21:25 +02:00
parent 500c6af9db
commit bab253ac9f
7 changed files with 3 additions and 10 deletions

View File

@@ -9,11 +9,8 @@ the GNU General Public License Version 2.
'''
import sys
import os
import xml.dom.minidom
from xml.dom.minidom import Element
def get_manager_event_method_type(candidate_string):
if "ast_manager_event_multichan" in candidate_string: