summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-11-17 16:43:05 +0100
committerjvoisin2011-11-17 16:43:05 +0100
commitfbc9d15115df53264ed06ff995c79ed745b7bcb8 (patch)
tree72be5b3cbcfdda5c833053b1af54649c913f14ad
parentee96848dab8d7a53716475546df22f29a393fb70 (diff)
Fix a stupid typo
-rw-r--r--mat/mat.py2
1 files changed, 1 insertions, 1 deletions
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():
73 return '' 73 return ''
74 elif os.path.exists('/usr/local/share/mat/'): 74 elif os.path.exists('/usr/local/share/mat/'):
75 return '/usr/local/share/mat/' 75 return '/usr/local/share/mat/'
76 elif os.path.exist('/usr/share/mat/'): 76 elif os.path.exists('/usr/share/mat/'):
77 return '/usr/share/mat' 77 return '/usr/share/mat'
78 78
79 79