Browse Source

EM Component.py Commentaire

Correction du bloc de mcommentaire de class encore sous l'ancien modèle.
Driky 10 years ago
parent
commit
615bfc5a81
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      EditorialModel/components.py

+ 4
- 4
EditorialModel/components.py View File

@@ -1,9 +1,9 @@
1 1
 # -*- coding: utf-8 -*-
2 2
 
3
-""" Main object to manipulate Editorial Model
4
-    parent of all other EM editing classes
5
-    @see EmClass, EmType, EmFieldGroup, EmField
6
-"""
3
+## Main object to manipulate Editorial Model
4
+#    parent of all other EM editing classes
5
+#    @see EmClass, EmType, EmFieldGroup, EmField
6
+
7 7
 
8 8
 import datetime
9 9
 

Loading…
Cancel
Save