From 900a194d27df6fa79145556009e72f640b8974aa Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 18 Sep 2011 20:57:04 +0200 Subject: Fix bug (4ZM) --- mat/mat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mat/mat.py b/mat/mat.py index 318e05e..72d9c1e 100644 --- a/mat/mat.py +++ b/mat/mat.py @@ -72,7 +72,7 @@ def get_sharedir(): ''' if os.path.isfile('FORMATS'): return '' - elif os.path.exist('/usr/local/share/mat/'): + elif os.path.exists('/usr/local/share/mat/'): return '/usr/local/share/mat/' -- cgit v1.3