Fix indentation

This commit is contained in:
Florent 2012-04-26 12:03:31 +02:00 committed by Romain Bignon
commit 40de9b2d00
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ class LanguageNotSupported(UserError):
"""
def __init__(self, msg='language is not supported'):
UserError.__init__(self,msg)
UserError.__init__(self, msg)
class TranslationFail(UserError):