[Checkins] SVN: grok/branches/ulif-introspector/src/grok/admin/introspector/introspector.py Add a simple type.

Uli Fouquet uli at gnufix.de
Wed Jul 2 09:41:27 EDT 2008


Log message for revision 87921:
  Add a simple  type.

Changed:
  A   grok/branches/ulif-introspector/src/grok/admin/introspector/introspector.py

-=-
Added: grok/branches/ulif-introspector/src/grok/admin/introspector/introspector.py
===================================================================
--- grok/branches/ulif-introspector/src/grok/admin/introspector/introspector.py	                        (rev 0)
+++ grok/branches/ulif-introspector/src/grok/admin/introspector/introspector.py	2008-07-02 13:41:27 UTC (rev 87921)
@@ -0,0 +1,21 @@
+##############################################################################
+#
+# Copyright (c) 2008 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""A traverser and other other central stuff for introspecting.
+"""
+import grok
+from grok.admin.introspector.interfaces import IGrokIntrospector
+
+class Introspector(object):
+    grok.implements(IGrokIntrospector)
+



More information about the Checkins mailing list