|
@@ -31,7 +31,7 @@ class _LeObject(_LeCrud):
|
31
|
31
|
_leo_fieldtypes = dict()
|
32
|
32
|
|
33
|
33
|
## @brief Stores the names of the fields storing the EM class uid and EM type uid
|
34
|
|
- _me_uid_field_names = tuple(None, None)
|
|
34
|
+ _me_uid_field_names = (None, None)
|
35
|
35
|
|
36
|
36
|
## @brief Instanciate a partial LeObject with a lodel_id
|
37
|
37
|
# @note use the get_instance method to fetch datas and instanciate a concret LeObject
|