Browse Source

Résolution d'un conflit

Roland Haroutiounian 9 years ago
parent
commit
9f993c4b42
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      EditorialModel/classes.py

+ 1
- 0
EditorialModel/classes.py View File

121
 
121
 
122
         conn = dbe.connect()
122
         conn = dbe.connect()
123
         res = conn.execute(req)
123
         res = conn.execute(req)
124
+        
124
         return res.fetchall()
125
         return res.fetchall()
125
 
126
 
126
     ## Retrieve list of type of this class
127
     ## Retrieve list of type of this class

Loading…
Cancel
Save