__init__.py
branchstable
changeset 5994 97c55baefa0c
parent 5881 57387070f612
child 6504 88b3172eb7c7
equal deleted inserted replaced
5976:00b1b6b906cf 5994:97c55baefa0c
    15 #
    15 #
    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 
    21 """
       
    22 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    23 
    23 
    24 # ignore the pygments UserWarnings
    24 # ignore the pygments UserWarnings
    25 import warnings
    25 import warnings
    26 warnings.filterwarnings('ignore', category=UserWarning,
    26 warnings.filterwarnings('ignore', category=UserWarning,