summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mat/mat.py2
1 files changed, 1 insertions, 1 deletions
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():
72 ''' 72 '''
73 if os.path.isfile('FORMATS'): 73 if os.path.isfile('FORMATS'):
74 return '' 74 return ''
75 elif os.path.exist('/usr/local/share/mat/'): 75 elif os.path.exists('/usr/local/share/mat/'):
76 return '/usr/local/share/mat/' 76 return '/usr/local/share/mat/'
77 77
78 78