cubicweb/server/edition.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 12297 38058ce2a9ec
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    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 """helper classes to handle server-side edition of entities"""
    18 """helper classes to handle server-side edition of entities"""
    19 __docformat__ = "restructuredtext en"
    19 
    20 
    20 
    21 from copy import copy
    21 from copy import copy
    22 from yams import ValidationError
    22 from yams import ValidationError
    23 
    23 
    24 
    24