diff --git a/common.py b/common.py
index 04af88c..0fab061 100644
--- a/common.py
+++ b/common.py
@@ -213,7 +213,7 @@ class NameChooser(BaseNameChooser):
'\xc4': 'Ae', '\xe4': 'ae', '\xd6': 'Oe', '\xf6': 'oe',
'\xdc': 'Ue', '\xfc': 'ue', '\xdf': 'ss'}
-# caching
+# caching (TBD)
def cached(obj):
return obj
diff --git a/configure.zcml b/configure.zcml
index 3c7faa0..017c533 100644
--- a/configure.zcml
+++ b/configure.zcml
@@ -250,6 +250,14 @@
set_schema="loops.interfaces.ITypeConcept" />
+
+
+
+
+
+