Merge "Remove newline characters and change StandardError to Exception"
This commit is contained in:
commit
793d2450b6
@ -151,5 +151,5 @@ class CollectDPlugin(object):
|
||||
collectd.register_notification(callback, **kwargs)
|
||||
|
||||
|
||||
class PluginError(StandardError):
|
||||
class PluginError(Exception):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user