Browse Source

Corrections of a method name

prieto 9 years ago
parent
commit
d5f0f9fd16
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/leapi/leobject.py

+ 1
- 1
lodel/leapi/leobject.py View File

@@ -91,7 +91,7 @@ class LeObject(object):
91 91
             else:
92 92
                 self.__datas[fieldname] = fieldval
93 93
                 self.__initialized = list()
94
-        self.set_initialized()
94
+        self.__set_initialized()
95 95
     
96 96
     #-----------------------------------#
97 97
     #   Fields datas handling methods   #

Loading…
Cancel
Save