diff options
| author | jvoisin | 2015-11-02 18:18:22 +0100 |
|---|---|---|
| committer | jvoisin | 2015-11-02 18:18:22 +0100 |
| commit | f5a39ac0b6ddc9154b1b1b55d255074d6dd4eecd (patch) | |
| tree | 9f0587d7f911fd911459f7292839462431904928 /libmat/exceptions.py | |
| parent | 5b9c600ae96e63f1f7a7f9487512c3c9d8a356e7 (diff) | |
Some minors pep8 modifications
Diffstat (limited to 'libmat/exceptions.py')
| -rw-r--r-- | libmat/exceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat/exceptions.py b/libmat/exceptions.py index e71c398..d982d2d 100644 --- a/libmat/exceptions.py +++ b/libmat/exceptions.py | |||
| @@ -7,6 +7,7 @@ class UnableToRemoveFile(Exception): | |||
| 7 | """ | 7 | """ |
| 8 | pass | 8 | pass |
| 9 | 9 | ||
| 10 | |||
| 10 | class UnableToWriteFile(Exception): | 11 | class UnableToWriteFile(Exception): |
| 11 | """This exception is raised when a file | 12 | """This exception is raised when a file |
| 12 | can could not be chmod +w | 13 | can could not be chmod +w |
