summaryrefslogtreecommitdiff
path: root/libmat/exceptions.py
diff options
context:
space:
mode:
authorjvoisin2015-07-25 17:14:23 +0200
committerjvoisin2015-07-25 17:14:23 +0200
commit6ba3e3f20d7d52895bc44f9fc35b068cfce47133 (patch)
tree15df2aca17d56d941c6376ef729e0c1fea4c396f /libmat/exceptions.py
parent85e6279d16af063e5150c7cf4bd491185b8ae788 (diff)
_MASSIVE_ pep8 revamp
Thank you so much PyCharm
Diffstat (limited to 'libmat/exceptions.py')
-rw-r--r--libmat/exceptions.py12
1 files changed, 6 insertions, 6 deletions
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 @@
1''' Base exceptions for MAT 1""" Base exceptions for MAT
2''' 2"""
3 3
4 4
5class UnableToRemoveFile(Exception): 5class UnableToRemoveFile(Exception):
6 '''This exception is raised when a file could not be removed 6 """This exception is raised when a file could not be removed
7 ''' 7 """
8 pass 8 pass
9 9
10class UnableToWriteFile(Exception): 10class UnableToWriteFile(Exception):
11 '''This exception is raised when a file 11 """This exception is raised when a file
12 can could not be chmod +w 12 can could not be chmod +w
13 ''' 13 """
14 pass 14 pass