summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-09-18 20:59:29 +0200
committerjvoisin2011-09-18 20:59:29 +0200
commit11906f92309694662ed99f7294cfba86134757e8 (patch)
tree83461aaaa2ee35a8b5de691b66deb85fcde6a869
parent2cb6163f1723404e03908dafc536028af4910eaf (diff)
Remove stupid comment (4ZM)
-rw-r--r--mat/mat.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mat/mat.py b/mat/mat.py
index 72d9c1e..0b75ba6 100644
--- a/mat/mat.py
+++ b/mat/mat.py
@@ -68,7 +68,6 @@ except:
68def get_sharedir(): 68def get_sharedir():
69 ''' 69 '''
70 An ugly hack to find where is the "FORMATS" file. 70 An ugly hack to find where is the "FORMATS" file.
71 Blame intrigeri.
72 ''' 71 '''
73 if os.path.isfile('FORMATS'): 72 if os.path.isfile('FORMATS'):
74 return '' 73 return ''