equal
deleted
inserted
replaced
16 # You should have received a copy of the GNU Lesser General Public License along |
16 # You should have received a copy of the GNU Lesser General Public License along |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
18 """CubicWeb is a generic framework to quickly build applications which describes |
18 """CubicWeb is a generic framework to quickly build applications which describes |
19 relations between entitites. |
19 relations between entitites. |
20 """ |
20 """ |
21 from __future__ import with_statement |
|
22 |
|
23 __docformat__ = "restructuredtext en" |
21 __docformat__ = "restructuredtext en" |
24 |
22 |
25 # ignore the pygments UserWarnings |
23 # ignore the pygments UserWarnings |
26 import warnings |
24 import warnings |
27 warnings.filterwarnings('ignore', category=UserWarning, |
25 warnings.filterwarnings('ignore', category=UserWarning, |