Clean up a bunch of unused variables

This commit is contained in:
Ebag333
2017-02-09 00:22:14 -08:00
parent f61aeb8285
commit f2c84692a9
9 changed files with 5 additions and 18 deletions

View File

@@ -179,7 +179,7 @@ class Effect(EqBase):
t = t if isinstance(t, tuple) or t is None else (t,)
self.__type = t
except (ImportError, AttributeError) as e:
except (ImportError, AttributeError):
self.__handler = effectDummy
self.__runTime = "normal"
self.__activeByDefault = True