78b4747e81
Fixed errors pointed out by pylint on server.
6 lines
71 B
Python
6 lines
71 B
Python
class BackupCanceledError(BaseException):
|
|
|
|
tmpdir = None
|
|
|
|
pass
|