Browse Source

PEP8 sur Lodel/utils/mlstring.py

Roland Haroutiounian 9 years ago
parent
commit
c0d83c3af9
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Lodel/utils/mlstring.py

+ 2
- 1
Lodel/utils/mlstring.py View File

@@ -2,13 +2,14 @@
2 2
 
3 3
 import json
4 4
 
5
+
5 6
 ## Handle string with translations
6 7
 class MlString(object):
7 8
 
8 9
     ## Instanciate a new string with translation
9 10
     #
10 11
     # @param translations dict: With key = lang and value the translation
11
-    def __init__(self, translations = dict()):
12
+    def __init__(self, translations=dict()):
12 13
         self.translations = translations
13 14
     
14 15
     ## Return a translation

Loading…
Cancel
Save