web/views/treeview.py
branchstable
changeset 5693 8af6623f3d4e
parent 5424 8ecbcbff9777
child 5696 98d390c28edb
child 5758 37968502da70
equal deleted inserted replaced
5692:59ceed788bdb 5693:8af6623f3d4e
    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 """Set of tree-building widgets, based on jQuery treeview plugin
    18 """Set of tree-building widgets, based on jQuery treeview plugin"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 from logilab.mtconverter import xml_escape
    22 from logilab.mtconverter import xml_escape
    24 from cubicweb.utils import make_uid
    23 from cubicweb.utils import make_uid
    25 from cubicweb.interfaces import ITree
    24 from cubicweb.interfaces import ITree