[Checkins] SVN: grok/branches/ulif-introspector/src/grok/admin/introspector/interfaces.py Add interface for Introspector.

Uli Fouquet uli at gnufix.de
Wed Jul 2 09:39:54 EDT 2008


Log message for revision 87920:
  Add interface for Introspector.

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

-=-
Added: grok/branches/ulif-introspector/src/grok/admin/introspector/interfaces.py
===================================================================
--- grok/branches/ulif-introspector/src/grok/admin/introspector/interfaces.py	                        (rev 0)
+++ grok/branches/ulif-introspector/src/grok/admin/introspector/interfaces.py	2008-07-02 13:39:52 UTC (rev 87920)
@@ -0,0 +1,20 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
+"""Interfaces for introspector related stuff.
+"""
+from zope.interface import Interface
+
+class IGrokIntrospector(Interface):
+    """An introspector for scanning the runtime system.
+    """



More information about the Checkins mailing list