[c-c i18ncubicweb] fix 'non-contextual' relations
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Oct 2010 22:11:06 +0200
changeset 6460 b62bd7cd71df
parent 6459 7f46ec158c48
child 6461 b546296227ff
[c-c i18ncubicweb] fix 'non-contextual' relations
devtools/devctl.py
--- a/devtools/devctl.py	Tue Oct 12 19:15:31 2010 +0200
+++ b/devtools/devctl.py	Tue Oct 12 22:11:06 2010 +0200
@@ -122,8 +122,8 @@
     from copy import deepcopy
     from cubicweb.i18n import add_msg
     from cubicweb.web import uicfg
-    from cubicweb.schema import META_RTYPES, SYSTEM_RTYPES, CONSTRAINTS
-    no_context_rtypes = META_RTYPES | SYSTEM_RTYPES
+    from cubicweb.schema import META_RTYPES, WORKFLOW_RTYPES, CONSTRAINTS
+    no_context_rtypes = META_RTYPES | WORKFLOW_RTYPES
     w('# schema pot file, generated on %s\n'
       % datetime.now().strftime('%Y-%m-%d %H:%M:%S'))
     w('# \n')