cubicweb/_exceptions.py
changeset 12609 a6133bc7b047
parent 12608 6b2a9f288956
child 12610 27af91c2b3e9
equal deleted inserted replaced
12608:6b2a9f288956 12609:a6133bc7b047
    14 # details.
    14 # details.
    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 """Exceptions shared by different cubicweb packages."""
    18 """Exceptions shared by different cubicweb packages."""
    19 
       
    20 
    19 
    21 
    20 
    22 from warnings import warn
    21 from warnings import warn
    23 
    22 
    24 from logilab.common.decorators import cachedproperty
    23 from logilab.common.decorators import cachedproperty