[Checkins] SVN: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/ Stub view classes.

Charlie Clark charlie at begeistert.org
Wed Nov 16 10:54:14 UTC 2011


Log message for revision 123369:
  Stub view classes.

Changed:
  A   Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/activity.py
  A   Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/flush.py
  A   Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/overview.py
  A   Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/parameters.py

-=-
Added: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/activity.py
===================================================================
--- Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/activity.py	                        (rev 0)
+++ Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/activity.py	2011-11-16 10:54:14 UTC (rev 123369)
@@ -0,0 +1,21 @@
+##############################################################################
+#
+# Copyright (c) 2011 Zope Foundation 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.
+#
+##############################################################################
+"""
+ZODB Activity
+"""
+
+class View(object):
+
+    def __init__(self, context, request):
+        pass
\ No newline at end of file


Property changes on: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/activity.py
___________________________________________________________________
Added: svn:eol-style
   + native

Added: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/flush.py
===================================================================
--- Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/flush.py	                        (rev 0)
+++ Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/flush.py	2011-11-16 10:54:14 UTC (rev 123369)
@@ -0,0 +1,21 @@
+##############################################################################
+#
+# Copyright (c) 2011 Zope Foundation 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.
+#
+##############################################################################
+"""
+ZODB Flush
+"""
+
+class View(object):
+
+    def __init__(self, context, request):
+        pass
\ No newline at end of file


Property changes on: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/flush.py
___________________________________________________________________
Added: svn:eol-style
   + native

Added: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/overview.py
===================================================================
--- Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/overview.py	                        (rev 0)
+++ Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/overview.py	2011-11-16 10:54:14 UTC (rev 123369)
@@ -0,0 +1,21 @@
+##############################################################################
+#
+# Copyright (c) 2011 Zope Foundation 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.
+#
+##############################################################################
+"""
+ZODB Overview
+"""
+
+class View(object):
+
+    def __init__(self, context, request):
+        pass
\ No newline at end of file


Property changes on: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/overview.py
___________________________________________________________________
Added: svn:eol-style
   + native

Added: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/parameters.py
===================================================================
--- Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/parameters.py	                        (rev 0)
+++ Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/parameters.py	2011-11-16 10:54:14 UTC (rev 123369)
@@ -0,0 +1,21 @@
+##############################################################################
+#
+# Copyright (c) 2011 Zope Foundation 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.
+#
+##############################################################################
+"""
+ZODB Parameters
+"""
+
+class View(object):
+
+    def __init__(self, context, request):
+        pass
\ No newline at end of file


Property changes on: Sandbox/jens/zmi.core/trunk/src/zmi/core/browser/database/parameters.py
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the checkins mailing list