entities/test/unittest_wfobjs.py
changeset 8694 d901c36bcfce
parent 8660 aa865f3be80d
child 8696 0bb18407c053
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 
       
    19 from __future__ import with_statement
       
    20 
    18 
    21 from cubicweb import ValidationError
    19 from cubicweb import ValidationError
    22 from cubicweb.devtools.testlib import CubicWebTC
    20 from cubicweb.devtools.testlib import CubicWebTC
    23 
    21 
    24 
    22