does not make sense any more
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 22 Jul 2009 15:05:32 +0200
changeset 2421 08d42928fe36
parent 2420 46c83be959b7
child 2423 f6757021018f
does not make sense any more
entity.py
--- a/entity.py	Wed Jul 22 14:19:08 2009 +0200
+++ b/entity.py	Wed Jul 22 15:05:32 2009 +0200
@@ -23,13 +23,9 @@
 from cubicweb.appobject import AppRsetObject
 from cubicweb.schema import RQLVocabularyConstraint, RQLConstraint, bw_normalize_etype
 
-try:
-    from cubicweb.common.uilib import printable_value, soup2xhtml
-    from cubicweb.common.mixins import MI_REL_TRIGGERS
-    from cubicweb.common.mttransforms import ENGINE
-except ImportError:
-    # missing -common
-    MI_REL_TRIGGERS = {}
+from cubicweb.common.uilib import printable_value, soup2xhtml
+from cubicweb.common.mixins import MI_REL_TRIGGERS
+from cubicweb.common.mttransforms import ENGINE
 
 _marker = object()