work in progress: CCM Competence and Certification Management: starting with concepts types and records

This commit is contained in:
Helmut Merz 2012-05-18 11:53:02 +02:00
parent ad2e17295c
commit 53a33964d0
2 changed files with 4 additions and 3 deletions

View file

@ -30,3 +30,6 @@ child(u'task', u'general', u'standard')
child(u'topic', u'general', u'standard')
child(u'issubtype', u'system', u'standard')
# records
records(u'qualification', u'loops.knowledge.qualification.QualificationRecord')

View file

@ -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
# it under the terms of the GNU General Public License as published by
@ -19,8 +19,6 @@
"""
Adapters for IConcept providing interfaces from the
cybertools.knowledge package.
$Id$
"""
from zope import interface, component