web/views/owl.py
branchtls-sprint
changeset 984 536e421b082b
parent 939 ad72e06320e2
child 1263 01152fffd593
--- a/web/views/owl.py	Mon Mar 02 20:43:58 2009 +0100
+++ b/web/views/owl.py	Mon Mar 02 20:44:14 2009 +0100
@@ -1,7 +1,14 @@
+"""produces some Ontology Web Language schema and views
+
+:organization: Logilab
+:copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
+"""
+__docformat__ = "restructuredtext en"
+
 from logilab.mtconverter import TransformError, xml_escape
 
-from cubicweb.common.view import StartupView
-from cubicweb.common.view import EntityView
+from cubicweb.view import StartupView, EntityView
 
 _ = unicode