diff -r 933ccfce6e91 -r 65cbe891edac server/test/unittest_msplanner.py --- a/server/test/unittest_msplanner.py Tue Jun 09 18:04:31 2009 +0200 +++ b/server/test/unittest_msplanner.py Tue Jun 09 18:30:42 2009 +0200 @@ -7,7 +7,7 @@ """ from logilab.common.decorators import clear_cache from cubicweb.devtools import init_test_database -from cubicweb.devtools.repotest import BasePlannerTC, do_monkey_patch, undo_monkey_patch, test_plan +from cubicweb.devtools.repotest import BasePlannerTC, test_plan class _SetGenerator(object): """singleton to easily create set using "s[0]" or "s[0,1,2]" for instance