plugin_ep.problem unittests

and some misc style things
This commit is contained in:
Peter Eckersley
2015-10-24 14:09:34 -07:00
parent 4def79d306
commit 195f36e4e1
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -125,6 +125,7 @@ class PluginEntryPoint(object):
"""Return the Exception raised during plugin setup, or None if all is well"""
if isinstance(self._prepared, Exception):
return self._prepared
return None
@property
def available(self):