diff options
| author | jvoisin | 2011-11-17 16:43:05 +0100 |
|---|---|---|
| committer | jvoisin | 2011-11-17 16:43:05 +0100 |
| commit | fbc9d15115df53264ed06ff995c79ed745b7bcb8 (patch) | |
| tree | 72be5b3cbcfdda5c833053b1af54649c913f14ad | |
| parent | ee96848dab8d7a53716475546df22f29a393fb70 (diff) | |
Fix a stupid typo
| -rw-r--r-- | mat/mat.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
