diff options
| author | jvoisin | 2011-09-18 20:57:04 +0200 |
|---|---|---|
| committer | jvoisin | 2011-09-18 20:57:04 +0200 |
| commit | 900a194d27df6fa79145556009e72f640b8974aa (patch) | |
| tree | d6ae6de3d8c5540fafbac98926243089f0608130 | |
| parent | a0ff8370eeec6e71caa95609e118636b64cda58d (diff) | |
Fix bug (4ZM)
| -rw-r--r-- | mat/mat.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
