From fbc9d15115df53264ed06ff995c79ed745b7bcb8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 17 Nov 2011 16:43:05 +0100 Subject: Fix a stupid typo --- mat/mat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mat/mat.py b/mat/mat.py index 248777e..2f487e9 100644 --- a/mat/mat.py +++ b/mat/mat.py @@ -73,7 +73,7 @@ def get_sharedir(): return '' elif os.path.exists('/usr/local/share/mat/'): return '/usr/local/share/mat/' - elif os.path.exist('/usr/share/mat/'): + elif os.path.exists('/usr/share/mat/'): return '/usr/share/mat' -- cgit v1.3