reformat code
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
class WOError(Exception):
|
||||
"""Generic errors."""
|
||||
|
||||
def __init__(self, msg):
|
||||
Exception.__init__(self)
|
||||
self.msg = msg
|
||||
|
||||
Reference in New Issue
Block a user