From 6ba3e3f20d7d52895bc44f9fc35b068cfce47133 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 25 Jul 2015 17:14:23 +0200 Subject: _MASSIVE_ pep8 revamp Thank you so much PyCharm --- libmat/exceptions.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libmat/exceptions.py') diff --git a/libmat/exceptions.py b/libmat/exceptions.py index 47da15c..e71c398 100644 --- a/libmat/exceptions.py +++ b/libmat/exceptions.py @@ -1,14 +1,14 @@ -''' Base exceptions for MAT -''' +""" Base exceptions for MAT +""" class UnableToRemoveFile(Exception): - '''This exception is raised when a file could not be removed - ''' + """This exception is raised when a file could not be removed + """ pass class UnableToWriteFile(Exception): - '''This exception is raised when a file + """This exception is raised when a file can could not be chmod +w - ''' + """ pass -- cgit v1.3