Merge "Remove newline characters and change StandardError to Exception"

This commit is contained in:
Zuul 2017-12-05 08:53:47 +00:00 committed by Gerrit Code Review
commit 793d2450b6
11 changed files with 1403 additions and 1403 deletions

View File

@ -151,5 +151,5 @@ class CollectDPlugin(object):
collectd.register_notification(callback, **kwargs)
class PluginError(StandardError):
class PluginError(Exception):
pass