--- 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')