summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-09-18 20:57:04 +0200
committerjvoisin2011-09-18 20:57:04 +0200
commit900a194d27df6fa79145556009e72f640b8974aa (patch)
treed6ae6de3d8c5540fafbac98926243089f0608130
parenta0ff8370eeec6e71caa95609e118636b64cda58d (diff)
Fix bug (4ZM)
-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