Browse Source

Bug fix on an import

Roland Haroutiounian 7 years ago
parent
commit
5fda426072
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lodel/editorial_model/components.py

+ 1
- 1
lodel/editorial_model/components.py View File

9
 
9
 
10
 from lodel.utils.mlstring import MlString
10
 from lodel.utils.mlstring import MlString
11
 from lodel.mlnamedobject.mlnamedobject import MlNamedObject
11
 from lodel.mlnamedobject.mlnamedobject import MlNamedObject
12
-from lodel.settings import import Settings
12
+from lodel.settings import Settings
13
 from lodel.editorial_model.exceptions import EditorialModelError, assert_edit
13
 from lodel.editorial_model.exceptions import EditorialModelError, assert_edit
14
 from lodel.leapi.leobject import CLASS_ID_FIELDNAME
14
 from lodel.leapi.leobject import CLASS_ID_FIELDNAME
15
 
15
 

Loading…
Cancel
Save