From af36529554c39a2eefcc2c8723715e2d25b401b8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 8 Jun 2014 13:39:18 +0200 Subject: Rename the MAT folder to libmat. This commit fixes some issues for dump operating systems who doesn't handle capitalization. --- MAT/exceptions.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 MAT/exceptions.py (limited to 'MAT/exceptions.py') diff --git a/MAT/exceptions.py b/MAT/exceptions.py deleted file mode 100644 index 47da15c..0000000 --- a/MAT/exceptions.py +++ /dev/null @@ -1,14 +0,0 @@ -''' Base exceptions for MAT -''' - - -class UnableToRemoveFile(Exception): - '''This exception is raised when a file could not be removed - ''' - pass - -class UnableToWriteFile(Exception): - '''This exception is raised when a file - can could not be chmod +w - ''' - pass -- cgit v1.3