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-gui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mat-gui') diff --git a/mat-gui b/mat-gui index 96c9e53..5de5865 100755 --- a/mat-gui +++ b/mat-gui @@ -13,10 +13,10 @@ import sys import xml.sax import urllib2 -from MAT import mat -from MAT import strippers -from MAT import parser -from MAT import archive +from libmat import mat +from libmat import strippers +from libmat import parser +from libmat import archive logging.basicConfig(level=mat.LOGGING_LEVEL) -- cgit v1.3