work in progress: CCM Competence and Certification Management: starting with concepts types and records
This commit is contained in:
parent
ad2e17295c
commit
53a33964d0
2 changed files with 4 additions and 3 deletions
|
@ -30,3 +30,6 @@ child(u'task', u'general', u'standard')
|
||||||
child(u'topic', u'general', u'standard')
|
child(u'topic', u'general', u'standard')
|
||||||
|
|
||||||
child(u'issubtype', u'system', u'standard')
|
child(u'issubtype', u'system', u'standard')
|
||||||
|
|
||||||
|
# records
|
||||||
|
records(u'qualification', u'loops.knowledge.qualification.QualificationRecord')
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 Helmut Merz helmutm@cy55.de
|
# Copyright (c) 2012 Helmut Merz helmutm@cy55.de
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -19,8 +19,6 @@
|
||||||
"""
|
"""
|
||||||
Adapters for IConcept providing interfaces from the
|
Adapters for IConcept providing interfaces from the
|
||||||
cybertools.knowledge package.
|
cybertools.knowledge package.
|
||||||
|
|
||||||
$Id$
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from zope import interface, component
|
from zope import interface, component
|
||||||
|
|
Loading…
Add table
Reference in a new issue