equal
deleted
inserted
replaced
|
1 """ |
|
2 |
|
3 :organization: Logilab |
|
4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. |
|
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
|
6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses |
|
7 """ |
1 from AccessControl import getSecurityManager |
8 from AccessControl import getSecurityManager |
2 |
9 |
3 from cubicweb.dbapi import connect, Connection, Cursor |
10 from cubicweb.dbapi import connect, Connection, Cursor |
4 from cubicweb.common.utils import ResultSet, ResultSetIterator, ResultSetRow, Entity |
11 from cubicweb.common.utils import ResultSet, ResultSetIterator, ResultSetRow, Entity |
5 |
12 |